 | BinarySize.GreaterThan Operator |
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic static bool operator >(
BinarySize left,
BinarySize right
)
Public Shared Operator > (
left As BinarySize,
right As BinarySize
) As Boolean
public:
static bool operator >(
BinarySize left,
BinarySize right
)
static let inline (>)
left : BinarySize *
right : BinarySize : bool
Parameters
- left
- Type: Ookii.Jumbo.BinarySize
A BinarySize. - right
- Type: Ookii.Jumbo.BinarySize
A BinarySize.
Return Value
Type:
Booleantrue if
left is greater than
right; otherwise,
false.
See Also