CustomDist.__eq__

CustomDist.__eq__(self, other)[source]

Return self == other.

Returns
equalbool

True if other is a CustomDist instance with the same dist, False otherwise.