Bool3.Inequality

Operator in Bool3

Declaration

public static bool operator !=(Bool3 lhs, Bool3 rhs)

Description

Determines if two tuples are not equal.

Parameters

lhsThe first tuple to compare.
rhsThe second tuple to compare.

Returns

boolTrue if the tuples are not equal, false otherwise.