Table of Contents

Method Equals

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Equals(VersionToken)

Indicates whether this version token is equal to another token.

public bool Equals(VersionToken other)

Parameters

other VersionToken

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