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

Equals() protected method

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