C# Class Microsoft.Automata.MSO.Variable

First-order or second-order variable
Inheritance: IComparable
Mostrar archivo Open project: AutomataDotNet/Automata

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Variable ( string name, bool isFirstOrder ) : System

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Variable() public method

public Variable ( string name, bool isFirstOrder ) : System
name string
isFirstOrder bool
return System