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.
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
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