ProductSpaceCustomDist.__eq__¶
- ProductSpaceCustomDist.__eq__(other)¶
Return
self == other.- Returns:
- equalbool
Trueif other is aCustomDistinstance with the same dist,Falseotherwise.
Return self == other.
True if other is a CustomDist instance with the same
dist, False otherwise.