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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

Inc() public static méthode

Plus a GLOBCNT by 1.
public static Inc ( GLOBCNT g ) : GLOBCNT
g GLOBCNT A GLOBCNT instance.
Résultat GLOBCNT

operator() public static méthode

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

this() public méthode

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