Compares the instance to another object
Namespace:
Crosser.Common.Utilities.Binary
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare ot
Return Value
Type:
BooleanTrue if they are equal
See Also