CustomNorm.__eq__¶
-
CustomNorm.
__eq__
(self, other)[source]¶ Return
self == other
.- Returns
- equalbool
True
if other is aCustomNorm
instance with the same norm,False
otherwise.
CustomNorm.
__eq__
(self, other)[source]¶Return self == other
.
True
if other is a CustomNorm
instance with the same
norm, False
otherwise.