C# Класс xFunc.Maths.Tokens.BooleanToken

Represents the boolean token.
Наследование: IToken
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BooleanToken ( bool value ) : System

Initializes a new instance of the BooleanToken class.

Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

Описание методов

BooleanToken() публичный Метод

Initializes a new instance of the BooleanToken class.
public BooleanToken ( bool value ) : System
value bool The value of this token.
Результат System

Equals() публичный Метод

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string