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.
RuleSetCollection::Diff Method (Object^, Object^)
.NET Framework (current version)
Determines the difference between two RuleSetCollection.
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 definition of the RuleSetCollection.
- changedDefinition
-
Type:
System::Object^
The changed definition of the RuleSetCollection.
Return Value
Type: System.Collections.Generic::IList<WorkflowChangeAction^>^A list of WorkflowChangeAction classes that differentiate the originalDefinition from the changedDefinition.
.NET Framework
Available since 3.0
Available since 3.0
Show: