IntCollectionMemberCompare Method

Compare the members of two Collections, and return a new Collection with the differences of each relative member.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static IntCollection MemberCompare(
	IntCollection items1,
	IntCollection items2
)

Parameters

items1  IntCollection
Collection 1.
items2  IntCollection
Collection 2.

Return Value

IntCollection
New Collection containing the differences of each member in the two Collections.

See Also