Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CqlSharp
Network
Partition
ByteArrayToken
C# Class CqlSharp.Network.Partition.ByteArrayToken
Inheritance:
IToken
Mostra file
Open project: reuzel/CqlSharp
Class Usage Examples
Public Methods
Method
Description
CompareTo
(
object
obj
) :
int
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Parse
(
byte
partitionKey
) :
void
Parse
(
string
tokenStr
) :
void
Method Details
CompareTo()
public
method
public
CompareTo
(
object
obj
) :
int
obj
object
return
int
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Parse()
public
method
public
Parse
(
byte
partitionKey
) :
void
partitionKey
byte
return
void
Parse()
public
method
public
Parse
(
string
tokenStr
) :
void
tokenStr
string
return
void