Method Equals
Equals(object)
Checks if this object equals another object.
public override readonly bool Equals(object obj)
Parameters
obj
objectObject to compare with. May be null.
Returns
- bool
true
if the specified object is a BitArray64 and its bits are the same as this objects's bits;false
otherwise.
Equals(BitArray64)
Check if this object equals another object.
public readonly bool Equals(BitArray64 obj)
Parameters
obj
BitArray64Object to compare with.
Returns
- bool
true
if bits of another object are the same as this objects's bits;false
otherwise.