com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..Inequality Operator

Determines whether two NetworkVariable instances are not equal.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static bool operator !=(

	NetworkVariable<T> valueLeft,

	NetworkVariable<T> valueRight

)

Parameters

valueLeft
Type: com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>
The first NetworkVariable instance to compare.
valueRight
Type: com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>
The second NetworkVariable instance to compare.

Return Value

True if both NetworkVariable instances are not equal; otherwise, false.