C# Class GraphQL.Language.AST.BooleanValue

Inheritance: AbstractNode, IValue
Mostra file Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( BooleanValue other ) : bool

Method Details

BooleanValue() public method

public BooleanValue ( bool value ) : System
value bool
return System

Equals() protected method

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

IsEqualTo() public method

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

ToString() public method

public ToString ( ) : string
return string