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.
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method 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 method

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.
return bool

GetHashCode() public method

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

operator() public static method

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