BinarySizeGreaterThan(BinarySize, BinarySize) Operator

Returns a value indicating whether a specified BinarySize is greater than another BinarySize.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.0.0+877c9712c6435bf9adfdb0683d7a434c5604a8f2
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 left is greater than right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThan(TSelf, TOther)

See Also