DiscretizedSpace.__eq__¶
-
DiscretizedSpace.
__eq__
(self, other)[source]¶ Return
self == other
.- Returns
- equalsbool
True
ifother
is aDiscretizedSpace
with equaltspace
,False
otherwise.
DiscretizedSpace.
__eq__
(self, other)[source]¶Return self == other
.
True
if other
is a DiscretizedSpace
with equal
tspace
, False
otherwise.