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

Equals() 보호된 메소드

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