2 implementations of Equals
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
684
bool ISymbolInternal.
Equals
(ISymbolInternal other, TypeCompareKind compareKind)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
785
Private Overloads Function
ISymbolInternal_Equals
(other As ISymbolInternal, compareKind As TypeCompareKind) As Boolean Implements ISymbolInternal.Equals
3 references to Equals
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
534
Debug.Assert(result1.
Equals
(result, TypeCompareKind.ConsiderEverything));
2437
if (!param2.Type.
Equals
(param1.Type, TypeCompareKind.ConsiderEverything))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
785
Private Overloads Function ISymbolInternal_Equals(other As ISymbolInternal, compareKind As TypeCompareKind) As Boolean Implements ISymbolInternal.
Equals