C# Класс CqlSharp.Linq.CqlToken

A token as returned from the CQL token() function. Instances of this class may be (implicitly) converted to long, BigInteger or byte[] depending on the partitioner in use.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Returns a hash code for this instance.

operator ( ) : bool

Приватные методы

Метод Описание
CqlToken ( object value ) : System.Numerics

Initializes a new instance of the CqlToken class.

Equals ( CqlToken other ) : bool

Determines whether the specified CqlToken, is equal to this instance.

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

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

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool