AtalaInt128Equals Method (Object) |
Returns a value indicating whether another AtalaInt128 is equal to this instance.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
An AtalaInt128 to test against.
Return Value
Type:
Boolean True if the value is equal to the AtalaInt128.
See Also