Bitmask.Equals
Method in Bitmask
Declaration
public bool Equals(Bitmask other)
Description
Determines if the bitmask is equal to another bitmask.
Parameters
other | The bitmask to compare to. |
Returns
bool | True 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
other | The bitmask to compare to. |
Returns
bool | True 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
other | The object to compare to. |
Returns
bool | True if the bitmasks are equal, false otherwise. |