Bool3.Equality
Operator in Bool3
Declaration
public static bool operator ==(Bool3 lhs, Bool3 rhs)
Description
Determines if two tuples are equal.
Parameters
lhs | The first tuple to compare. |
rhs | The second tuple to compare. |
Returns
bool | True if the tuples are equal, false otherwise. |