C# Class _3PA.Npp.MarkerHandle

A Marker handle.
This is an opaque type, meaning it can be used by a Scintilla control but otherwise has no public members of its own.
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Returns a value indicating whether this instance is equal to a specified object.

GetHashCode ( ) : int

Returns the hash code for this instance.

operator ( ) : bool

Determines whether two specified instances of MarkerHandle are not equal.

Method Details

Equals() public méthode

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( object obj ) : bool
obj object An object to compare with this instance or null.
Résultat bool

GetHashCode() public méthode

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

operator() public static méthode

Determines whether two specified instances of MarkerHandle are not equal.
public static operator ( ) : bool
Résultat bool