[]
Returns a value indicating whether two instances of Item<T> are equal.
public static bool operator ==(Item<T> left, Item<T> right)
Public Shared Operator =(left As Item(Of T), right As Item(Of T)) As Boolean
Type | Name | Description |
---|---|---|
Item<T> | left | An Item<T>. |
Item<T> | right | An Item<T>. |
Type | Description |
---|---|
bool |