C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.GLOBCNT

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

Inc ( GLOBCNT g ) : GLOBCNT

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.

Описание методов

Equals() публичный Метод

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

Inc() публичный статический Метод

Plus a GLOBCNT by 1.
public static Inc ( GLOBCNT g ) : GLOBCNT
g GLOBCNT A GLOBCNT instance.
Результат GLOBCNT

operator() публичный статический Метод

Indicates whether the 1st instance is greater than the 2nd one.
public static operator ( ) : bool
Результат bool

this() публичный Метод

Gets the byte at the specified index.
public this ( int index ) : byte
index int The zero-based index of bytes.
Результат byte