Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
Inc ( |
Plus a GLOBCNT by 1.
|
|
operator ( ) : bool |
Indicates whether the 1st instance is greater than the 2nd one.
|
|
this ( int index ) : byte |
Gets the byte at the specified index.
|
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
return | bool |
public static Inc ( |
||
g | A GLOBCNT instance. | |
return |
public this ( int index ) : byte | ||
index | int | The zero-based index of bytes. |
return | byte |