Click or drag to resize

ComparisonCompare Method

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public static IEnumerable<Comparison> Compare(
	IDictionary<string, DataItemInfo> left,
	IDictionary<string, DataItemInfo> right
)

Parameters

left
Type: System.Collections.GenericIDictionaryString, DataItemInfo
right
Type: System.Collections.GenericIDictionaryString, DataItemInfo

Return Value

Type: IEnumerableComparison
See Also