RanorexRanorex Documentation
Equals Method (obj)
NamespacesRanorex.CoreDescriptorEquals(Object)
Determines whether the specified Object is equal to this instance.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The Object to compare with this instance.
Return Value
true if the specified Object is equal to this instance; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)