TimeoutInequality Operator |
Determines whether the specified object is not equal to the current object.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static bool operator !=(
Timeout a,
Timeout b
)
static let inline (<>)
a : Timeout *
b : Timeout : bool
Parameters
- a
- Type: RiakClientTimeout
The first value. - b
- Type: RiakClientTimeout
The second value.
Return Value
Type:
Booleantrue if the values are not equal.
See Also