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;
        }