C# Класс Opc.Ua.Server.RequestHandle

Показать файл Открыть проект

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

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