ItemDescriptionT Class |
Namespace: VirtualRadar.WinForms.PortableBinding
The ItemDescriptionT type exposes the following members.
Name | Description | |
---|---|---|
ItemDescriptionT |
Creates a new object.
|
Name | Description | |
---|---|---|
Description |
Gets the item's description.
| |
Item |
Gets the item that is being described.
|
Name | Description | |
---|---|---|
AreItemDescriptionEqual |
Returns true if both the item and the description are Object.Equal to the values
held by this object.
| |
Equals |
See base class docs. Objects are equal to this if they are of the correct class
and both Item and Description are Equal to this object's Item and
Description.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
See base class docs.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
See base class docs.
(Overrides ObjectToString.) |