UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

SortedTreeNode..::..Equals Method

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

Namespace:  UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic
Assembly:  RealTime (in RealTime.dll)

Syntax


public bool Equals(
	Object obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean
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.

Exceptions


ExceptionCondition
NullReferenceExceptionThe obj parameter is null.