Rule::Equals Method (Object^)

 

Determines whether this instance of Rule and the object passed as the parameter have the same value.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare the current object to.

Return Value

Type: System::Boolean

true if the current object and obj are the same; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: