SymbolEqualityComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows for the comparison of two ISymbol instances
public sealed class SymbolEqualityComparer : System.Collections.Generic.IEqualityComparer<Microsoft.CodeAnalysis.ISymbol>
type SymbolEqualityComparer = class
interface IEqualityComparer<ISymbol>
Public NotInheritable Class SymbolEqualityComparer
Implements IEqualityComparer(Of ISymbol)
- Inheritance
-
SymbolEqualityComparer
- Implements
Fields
Default |
Compares two ISymbol instances based on the default comparison rules, equivalent to calling Equals(T). |
IncludeNullability |
Compares two ISymbol instances, considering that a reference type and the same nullable reference type are not equal. |
Methods
Equals(ISymbol, ISymbol) |
Determines if two ISymbol instances are equal according to the rules of this comparer |
GetHashCode(ISymbol) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.