C# Class Opc.Ua.Server.RequestHandle

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
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 ==.

Method Details

Equals() public method

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

GetHashCode() public method

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

IsValid() public method

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

RequestHandle() public method

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

operator() public static method

Implements the operator ==.
public static operator ( ) : bool
return bool