C# Class GraphQL.Language.AST.InlineFragment

Inheritance: AbstractNode, IFragment, IHaveSelectionSet
Mostrar archivo Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( InlineFragment other ) : bool

Method Details

Equals() protected method

protected Equals ( InlineFragment other ) : bool
other InlineFragment
return bool

IsEqualTo() public method

public IsEqualTo ( INode obj ) : bool
obj INode
return bool

ToString() public method

public ToString ( ) : string
return string