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

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

Parameters

left
Type: RiakClient.ModelsRiakIndexId
The first RiakIndexId to compare.
right
Type: RiakClient.ModelsRiakIndexId
The other RiakIndexId to compare.

Return Value

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