GraphQL.Language.AST.IntValue.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( IntValue other ) : bool
other IntValue
Résultat bool
        protected bool Equals(IntValue other)
        {
            return Value == other.Value;
        }