Click or drag to resize
RiakObjectIdInequality Operator
Determines whether the one object is not equal to another object.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static bool operator !=(
	RiakObjectId left,
	RiakObjectId right
)

Parameters

left
Type: RiakClient.ModelsRiakObjectId
The first RiakObjectId to compare.
right
Type: RiakClient.ModelsRiakObjectId
The other RiakObjectId to compare.

Return Value

Type: Boolean
true if the specified object is not equal to the current object, otherwise, false.
See Also