C# Class 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.
Afficher le fichier Open project: reuzel/CqlSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

Equals() public méthode

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool