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