IntCollectionMemberCompare Method
Compare the members of two Collections, and return a new Collection
with the differences of each relative member.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static IntCollection MemberCompare(
IntCollection items1,
IntCollection items2
)
Public Shared Function MemberCompare (
items1 As IntCollection,
items2 As IntCollection
) As IntCollection
No code example is currently available or this language may not be supported.
- items1 IntCollection
-
Collection 1.
- items2 IntCollection
-
Collection 2.
IntCollection
New Collection containing the differences of each member in the two
Collections.