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.
Mostra file Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method 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

Method 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 method

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

GetHashCode() public method

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

operator() public static method

public static operator ( ) : bool
return bool