Click or drag to resize

BinarySizeGreaterThan Operator

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

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator >(
	BinarySize left,
	BinarySize right
)

Parameters

left
Type: Ookii.JumboBinarySize
A BinarySize.
right
Type: Ookii.JumboBinarySize
A BinarySize.

Return Value

Type: Boolean
if left is greater than right; otherwise, .
See Also