C# Class xFunc.Maths.Tokens.OperationToken

Represents a operation token.
Inheritance: IToken
Mostra file Open project: sys27/xFunc Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Returns a hash code for this instance.

OperationToken ( Operations operation ) : System

Initializes the OperationToken class.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Method Description
GetPriority ( ) : int

Method Details

Equals() public method

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
return bool

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int

OperationToken() public method

Initializes the OperationToken class.
public OperationToken ( Operations operation ) : System
operation Operations A operation.
return System

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string