Table of Contents

Method Equals

Namespace
GuildWars2
Assembly
GW2SDK.dll

Equals(Extensible<TEnum>)

Determines whether the current instance of Extensible is equal to another Extensible object.

public bool Equals(Extensible<TEnum> other)

Parameters

other Extensible<TEnum>

The Extensible object to compare with the current instance.

Returns

bool

true if the current instance is equal to the other object; otherwise, false.

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool