GraphQL.Language.AST.LongValue.Equals C# (CSharp) Method

Equals() protected method

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