Microsoft.CodeAnalysis.SyntaxNodeOrTokenList.Equals C# (CSharp) Méthode

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( other ) : bool
other An object to compare with this object.
Résultat bool
        public bool Equals(SyntaxNodeOrTokenList other)
        {
            return _node == other._node;
        }

Same methods

SyntaxNodeOrTokenList::Equals ( object obj ) : bool