Apache Ignite.NET
Apache.Ignite.Core.Common.IgniteGuid Struct Reference

Ignite guid with additional local ID. More...

Inheritance diagram for Apache.Ignite.Core.Common.IgniteGuid:

Public Member Functions

 IgniteGuid (Guid globalId, long localId)
 Initializes a new instance of the IgniteGuid struct. More...
 
bool Equals (IgniteGuid other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (IgniteGuid a, IgniteGuid b)
 Implements the operator ==. More...
 
static bool operator!= (IgniteGuid a, IgniteGuid b)
 Implements the operator !=. More...
 

Properties

Guid GlobalId [get]
 Gets the global id. More...
 
long LocalId [get]
 Gets the local id. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Common.IgniteGuid.IgniteGuid ( Guid  globalId,
long  localId 
)
Parameters
globalIdThe global id.
localIdThe local id.

Member Function Documentation

bool Apache.Ignite.Core.Common.IgniteGuid.Equals ( IgniteGuid  other)
override bool Apache.Ignite.Core.Common.IgniteGuid.Equals ( object  obj)
override int Apache.Ignite.Core.Common.IgniteGuid.GetHashCode ( )
static bool Apache.Ignite.Core.Common.IgniteGuid.operator!= ( IgniteGuid  a,
IgniteGuid  b 
)
static
Parameters
aFirst item.
bSecond item.
Returns
The result of the operator.
static bool Apache.Ignite.Core.Common.IgniteGuid.operator== ( IgniteGuid  a,
IgniteGuid  b 
)
static
Parameters
aFirst item.
bSecond item.
Returns
The result of the operator.
override string Apache.Ignite.Core.Common.IgniteGuid.ToString ( )

Property Documentation

Guid Apache.Ignite.Core.Common.IgniteGuid.GlobalId
get
long Apache.Ignite.Core.Common.IgniteGuid.LocalId
get