[]
Represents the item in which the content is an object.
public sealed class ObjectItem : Item<object>, IEquatable<Item<object>>, INotifyPropertyChanged
Public NotInheritable Class ObjectItem
Inherits Item(Of Object)
Implements IEquatable(Of Item(Of Object)), INotifyPropertyChanged
Name | Description |
---|---|
ObjectItem() | Initializes a new instance of ObjectItem. |
ObjectItem(object) | Initializes a new instance of ObjectItem. |
Name | Description |
---|---|
CompareValue(object, object) | Compare two values of object. |