FdfNamedObject Class |
Namespace: FDF.Common
The FdfNamedObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | FdfNamedObject | Initializes a new instance of the FdfNamedObject class |
![]() | FdfNamedObject(String) | Initializes a new instance of the FdfNamedObject class |
Name | Description | |
---|---|---|
![]() | Equals |
Returns True if two named objects are equal, otherwise returns False.
Equality comparison is being performed upon objects' names.
|
![]() | Merge |
Merges specified object instance data
with caller object data and stores result into the caller object.
Provides optional resolution
for merging caller and callee values.
|
![]() | ToString |
Returns name of the current object instance.
(Overrides FdfObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns True if two named objects are equal, otherwise returns False.
|
![]() ![]() | Inequality |
Returns True if two named objects are not equal, otherwise returns False.
|