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