NetworkVariable<(Of <(<'T>)>)> Operators and Type Conversions
The NetworkVariable<(Of <(<'T>)>)> type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Determines whether two NetworkVariable instances are equal.
|
|
Implicit Widening Implicit Implicit Implicit (T to NetworkVariable<(Of <<'(T>)>>)) |
Implicitly converts a value of type T to a NetworkVariable of type T.
|
|
Implicit Widening Implicit Implicit Implicit (NetworkVariable<(Of <<'(T>)>>) to T) |
Implicitly converts a NetworkVariable of type T to a value of type T.
|
|
Inequality |
Determines whether two NetworkVariable instances are not equal.
|
|
UnaryPlus |
Unary plus operator to retrieve the value from a NetworkVariable.
|