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.

RuleConditionCollection::Diff Method (Object^, Object^)

 

Determines the difference between two RuleConditionCollection classes.

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 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
Return to top
Show:
© 2017 Microsoft