C# Class GraphQL.Language.AST.StringValue

Inheritance: AbstractNode, IValue
Datei anzeigen Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
IsEqualTo ( INode obj ) : bool
StringValue ( string value ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( StringValue other ) : bool

Method Details

Equals() protected method

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

IsEqualTo() public method

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

StringValue() public method

public StringValue ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string