Bool3.Equals
Method in Bool3
Declaration
public bool Equals(Bool3 other)Description
Determines if the tuple is equal to another.
Parameters
| other | The tuple to compare to. |
Returns
| bool | True if the tuples are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)Description
Determines if the tuple is equal to another.
Parameters
| other | The object to compare to. |
Returns
| bool | True if the tuples are equal, false otherwise. |