C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.GLOBCNT

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

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 ( 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.

Method Details

Equals() public method

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
return bool

GetHashCode() public method

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

Inc() public static method

Plus a GLOBCNT by 1.
public static Inc ( GLOBCNT g ) : GLOBCNT
g GLOBCNT A GLOBCNT instance.
return GLOBCNT

operator() public static method

Indicates whether the 1st instance is greater than the 2nd one.
public static operator ( ) : bool
return bool

this() public method

Gets the byte at the specified index.
public this ( int index ) : byte
index int The zero-based index of bytes.
return byte