Table of Contents

Operator operator ==

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

operator ==(LockToken, LockToken)

Returns a value that indicates whether two LockToken values are equal.

public static bool operator ==(LockToken lhs, LockToken rhs)

Parameters

lhs LockToken

The first value to compare.

rhs LockToken

The second value to compare.

Returns

bool

true if values are equal, otherwise false