The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RuleConditionCollection::Diff Method (Object^, Object^)
.NET Framework (current version)
Determines the difference between two RuleConditionCollection classes.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: virtual IList<WorkflowChangeAction^>^ Diff( Object^ originalDefinition, Object^ changedDefinition ) sealed
Parameters
- originalDefinition
-
Type:
System::Object^
The original RuleConditionCollection.
- changedDefinition
-
Type:
System::Object^
The RuleConditionCollection with proposed changes.
Return Value
Type: System.Collections.Generic::IList<WorkflowChangeAction^>^A list of WorkflowChangeAction classes that account for the differences between the originalDefinition and the changedDefinition.
.NET Framework
Available since 3.0
Available since 3.0
Show: