UBinarySize.Inequality(UBinarySize, UBinarySize) Operator

Determines whether two specified UBinarySize values are different.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static bool operator !=(
	UBinarySize left,
	UBinarySize right
)

Parameters

left  UBinarySize
The first UBinarySize to compare.
right  UBinarySize
The second UBinarySize to compare.

Return Value

Boolean
true if the value of left is different from the value of right; otherwise, false.

Implements

IEqualityOperators<TSelf, TOther, TResult>.Inequality(TSelf, TOther)

See Also