GraphQL.Language.AST.LongValue.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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