APRlib

CollectionComparer.AreEqual Method (ICollection, Object)

Determines if a Collection is equal to the Object.

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

Parameters

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

Return Value

Return true if the first collection contains the same values of the second Object, otherwise return false.

See Also

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