| BinarySizeInequality Operator |
Determines whether two specified
BinarySize values are different.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public 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.JumboBinarySize
A BinarySize. - right
- Type: Ookii.JumboBinarySize
A BinarySize.
Return Value
Type:
Boolean if the value of
left is different from the value of
right; otherwise,
.
See Also