MetadataNameEqualityComparer<TSymbol>.Equals(TSymbol, TSymbol) Method
Containing Type: MetadataNameEqualityComparer<TSymbol>
Assembly: Roslynator.Core.dll
When overridden in a derived class, determines whether two objects of type TSymbol are equal.
public override bool Equals(TSymbol x, TSymbol y)
Parameters
x TSymbol
The first object to compare.
y TSymbol
The second object to compare.
Returns
true if the specified objects are equal; otherwise, false.