C# 클래스 Opc.Ua.Server.RequestHandle

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

IsValid ( Type expectedType ) : bool

Returns true if the handle is valid and is of the specified type.

RequestHandle ( object handle, int index ) : System

Creates a new handle.

operator ( ) : bool

Implements the operator ==.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

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

IsValid() 공개 메소드

Returns true if the handle is valid and is of the specified type.
public IsValid ( Type expectedType ) : bool
expectedType System.Type
리턴 bool

RequestHandle() 공개 메소드

Creates a new handle.
public RequestHandle ( object handle, int index ) : System
handle object
index int
리턴 System

operator() 공개 정적인 메소드

Implements the operator ==.
public static operator ( ) : bool
리턴 bool