NumpyTensorSpaceCustomDist.__eq__¶
-
NumpyTensorSpaceCustomDist.
__eq__
(self, other)¶ Return
self == other
.- Returns
- equalbool
True
if other is aCustomDist
instance with the same dist,False
otherwise.
NumpyTensorSpaceCustomDist.
__eq__
(self, other)¶Return self == other
.
True
if other is a CustomDist
instance with the same
dist, False
otherwise.