BinarySizeGreaterThanOrEqual(BinarySize, BinarySize) Operator

Returns a value indicating whether a specified BinarySize is greater than or equal to 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 or equal to right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThanOrEqual(TSelf, TOther)

See Also