com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..Equals Method

Determines whether the specified object is equal to the current object.

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

Syntax


public bool Equals(

	Object obj

)

Parameters

obj
Type: Object
The object to compare with the current object.

Return Value

True if the specified object is equal to the current object; otherwise, false.