Table of Contents

Method CompareTo

Namespace
GuildWars2
Assembly
GW2SDK.dll

CompareTo(object?)

Compares the current instance with another object.

public int CompareTo(object? obj)

Parameters

obj object

The object to compare with.

Returns

int

A value indicating the relative order of the objects being compared.

CompareTo(Coin)

Compares the current instance with another Coin value.

public int CompareTo(Coin other)

Parameters

other Coin

The Coin value to compare with.

Returns

int

A value indicating the relative order of the objects being compared.