Represents a collection of objects that contains no duplicate elements.
For a list of all members of this type, see ISet Members.
ISet is a descendant of the ICollection2interface
and is the base interface
for all sets.
element1
and element12
then
element1.Equals(element12)
cannot be true
inside
the set, and if null
is allowed then no more than one null
element in a set.
It is therefore recommend that the user of the set understand how the
objects contained in it are handled by their Equals
method.
Namespace: Foley.Utilities.Collections Namespace
Assembly: FoleyUtilities.dll