Method CompareTo
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
CompareTo(object?)
Compares the current instance with another object.
public int CompareTo(object? obj)
Parameters
obj
objectThe 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
Returns
- int
A value indicating the relative order of the objects being compared.