Method Equals
- Namespace
- GuildWars2
- Assembly
- GuildWars2.dll
Equals(Extensible<TEnum>)
Determines whether the current instance of Extensible is equal to another Extensible object.
public bool Equals(Extensible<TEnum> other)
Parameters
otherExtensible<TEnum>The Extensible object to compare with the current instance.
Returns
- bool
trueif the current instance is equal to the other object; otherwise,false.
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject