Click or drag to resize
ItemDescriptionT Methods

The ItemDescriptionT generic type exposes the following members.

Methods
  NameDescription
Public methodAreItemDescriptionEqual
Returns true if both the item and the description are Object.Equal to the values held by this object.
Public methodEquals
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).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
See base class docs.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base class docs.
(Overrides ObjectToString.)
Top
See Also