GraphQL.Language.AST.FloatValue.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( FloatValue other ) : bool
other FloatValue
Результат bool
        protected bool Equals(FloatValue other)
        {
            return Value == other.Value;
        }