Table of Contents

Method Equals

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Equals(LockToken)

Indicates whether this lock token is equal to another token.

public bool Equals(LockToken other)

Parameters

other LockToken

A token to compare with this object.

Returns

bool

true if the current token is equal to the other parameter; otherwise, false.

Equals(object)

Indicates whether this lock token is equal to another object.

public override bool Equals(object obj)

Parameters

obj object

A token to compare with this object.

Returns

bool

true if the current token is equal to the obj parameter; otherwise, false.