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

Equals() protected méthode

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