TNumberInequality Operator

Returns true if its operands aren't equal, false otherwise.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator !=(
	TNumber c1,
	TNumber c2
)

Parameters

c1  TNumber
Left-hand operand.
c2  TNumber
Right-hand operand.

Return Value

Boolean
Inequality result.

See Also