C# Класс _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.
Показать файл Открыть проект

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

Метод Описание
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.

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

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

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.
Результат bool

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

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

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

Determines whether two specified instances of MarkerHandle are not equal.
public static operator ( ) : bool
Результат bool