Method | Description | |
---|---|---|
Add ( IBaseObject baseObject ) : int |
Adds object to phantom elements list.
|
|
Add ( |
Adds phantom value by merging. All not duplicated elements from second phantom value are added to this phantom value.
|
|
Clone ( ) : IBaseObject |
Cloning method.
|
|
Equals ( object other ) : bool |
The equals.
|
|
ToString ( ) : string |
The to string.
|
Method | Description | |
---|---|---|
Equals ( |
The equals.
|
|
EqualsAsElement ( IBaseObject baseObject ) : bool |
The equals as element.
|
|
EqualsAsPhantom ( |
The equals as phantom.
|
public Add ( IBaseObject baseObject ) : int | ||
baseObject | IBaseObject | /// Object to add. /// |
return | int |
public Add ( |
||
phantomValue | /// Phantom value to add. /// | |
return | void |
public Equals ( object other ) : bool | ||
other | object | /// The other element. /// |
return | bool |