Table of Contents

Method Equals

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Equals(object)

Checks if this object equals another object.

public override readonly bool Equals(object obj)

Parameters

obj object

Object 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 BitArray64

Object to compare with.

Returns

bool

true if bits of another object are the same as this objects's bits; false otherwise.