com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)> Operators and Type Conversions

The NetworkVariable<(Of <(<'T>)>)> type exposes the following members.

Operators


  Name Description
Public operator Static member Equality
Determines whether two NetworkVariable instances are equal.
Public operator Static member Implicit Widening Implicit Implicit Implicit (T to NetworkVariable<(Of <<'(T>)>>))
Implicitly converts a value of type T to a NetworkVariable of type T.
Public operator Static member Implicit Widening Implicit Implicit Implicit (NetworkVariable<(Of <<'(T>)>>) to T)
Implicitly converts a NetworkVariable of type T to a value of type T.
Public operator Static member Inequality
Determines whether two NetworkVariable instances are not equal.
Public operator Static member UnaryPlus
Unary plus operator to retrieve the value from a NetworkVariable.