[]
Represents the item which content is specified type of T
.
public abstract class Item<T> : IEquatable<Item<T>>, INotifyPropertyChanged
Public MustInherit Class Item(Of T)
Implements IEquatable(Of Item(Of T)), INotifyPropertyChanged
Name | Description |
---|---|
T | The type of content item. |
Name | Description |
---|---|
Item() | Initializes a new instance of Item<T>. |
Item(T) | Initializes a new instance of Item<T>. |
Name | Description |
---|---|
Value | Gets or sets the content value of Item. |
Name | Description |
---|---|
CompareValue(T, T) | Compare two values of |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns the hash code for this Item. |
Name | Description |
---|---|
operator ==(Item<T>, Item<T>) | Returns a value indicating whether two instances of Item<T> are equal. |
operator !=(Item<T>, Item<T>) | Returns a value indicating whether two instances of Item<T> are not equal. |