[]
Determines if the specified item is (or is eligible to be) its own container.
protected override bool IsItemItsOwnContainerOverride(object item)
Type | Name | Description |
---|---|---|
object | item | The item to check. |
Type | Description |
---|---|
bool | true if the item is (or is eligible to be) its own container; otherwise, false. |