Click or drag to resize

BinaryKeyEquals Method

Compares the instance to another object

Namespace:  Crosser.Common.Utilities.Binary
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare ot

Return Value

Type: Boolean
True if they are equal
See Also