APRlib

CollectionComparer.AreEqual Method (ICollection, ICollection)

Determines whether two Collections instances are Equals.

public static bool AreEqual(
   ICollection source,
   ICollection target
);

Parameters

source
The first Collections to compare.
target
The second Collections to compare.

Return Value

Return true if the first collection is the same instance as the second collection, otherwise return false.

See Also

CollectionComparer Class | edu.neu.ccs.demeter.APRlib.Collections Namespace | CollectionComparer.AreEqual Overload List