SymbolEqualityComparer.Equals(ISymbol, ISymbol) Method

Definition

Determines if two ISymbol instances are equal according to the rules of this comparer

public bool Equals (Microsoft.CodeAnalysis.ISymbol? x, Microsoft.CodeAnalysis.ISymbol? y);
public bool Equals (Microsoft.CodeAnalysis.ISymbol x, Microsoft.CodeAnalysis.ISymbol y);

Parameters

x
ISymbol

The first symbol to compare

y
ISymbol

The second symbol to compare

Returns

True if the symbols are equivalent

Implements

Applies to