Bitmask.Equals

Method in Bitmask

Declaration

public bool Equals(Bitmask other)

Description

Determines if the bitmask is equal to another bitmask.

Parameters

otherThe bitmask to compare to.

Returns

boolTrue if the bitmasks are equal, false otherwise.

Overload

Declaration

public bool Equals(int other)

Description

Determines if the bitmask is equal to another bitmask.

Parameters

otherThe bitmask to compare to.

Returns

boolTrue if the bitmasks are equal, false otherwise.

Overload

Declaration

public override bool Equals(object other)

Description

Determines if the bitmask is equal to another bitmask.

Parameters

otherThe object to compare to.

Returns

boolTrue if the bitmasks are equal, false otherwise.