AttributeByteVec
Canonical path: NemAll_Python_BaseElements.AttributeByteVec
Bases: Attribute
ByteVec attribute
__eq__
__eq__(element: AttributeByteVec) -> bool
Equal operator
Parameters:
-
element
(AttributeByteVec
) –Element to compare
Returns:
-
bool
–Elements are equal: true/false
__init__
overloaded
__ne__
__ne__(element: AttributeByteVec) -> bool
Unequal operator
Parameters:
-
element
(AttributeByteVec
) –Element to compare
Returns:
-
bool
–Elements are unequal: true/false
Placeholder