BinarySizeInequality(BinarySize, BinarySize) Operator

Determines whether two specified BinarySize values are different.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
C#
public static bool operator !=(
	BinarySize left,
	BinarySize right
)

Parameters

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

Return Value

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

Implements

IEqualityOperatorsTSelf, TOther, TResultInequality(TSelf, TOther)

See Also