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

Equals() protected method

protected Equals ( InlineFragment other ) : bool
other InlineFragment
return bool
        protected bool Equals(InlineFragment other)
        {
            return Equals(Type, other.Type);
        }