Bool3.LogicalNotOperator in Bool3Declarationpublic static Bool3 operator !(Bool3 operand)DescriptionPerforms a logical negation operation on a tuple.ParametersoperandThe tuple to negate.ReturnsBool3The result of the operation.