Adds the specified element to this set if it is not already present.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Overrides NotOverridable Function Add ( _
o As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Add(
Object^ o
) override sealed |
Return Value
trueTruetruetrue (True in Visual Basic) is the object was added,
falseFalsefalsefalse (False in Visual Basic) if it was already present.
Implements
ISet..::..Add(Object)See Also