Click or drag to resize

NetIdEquals Method

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

Checks if two NetId's are equal

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
NetId to compare to

Return Value

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