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 different.

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 not equal, otherwise false