Click or drag to resize

BinarySize.GreaterThanOrEqual Operator

Returns a value indicating whether a specified BinarySize is greater than or equal to 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.Jumbo.BinarySize
A BinarySize.
right
Type: Ookii.Jumbo.BinarySize
A BinarySize.

Return Value

Type: Boolean
true if left is greater than or equal to right; otherwise, false.
See Also