Click or drag to resize

NetIdInequality Operator

[This is preliminary documentation and is subject to change.]

Checks if two NetId's are not equal

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool operator !=(
	NetId client1,
	NetId client2
)
Request Example View Source

Parameters

client1
Type: MLAPI.Transports.UNETNetId
First netId
client2
Type: MLAPI.Transports.UNETNetId
Second netId

Return Value

Type: Boolean
Wheter or not the two NetIds are not equal
See Also