Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Determines the difference between two RuleSetCollection.

Namespace:   System.Workflow.Activities.Rules
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
Return to top
Show:
© 2017 Microsoft