Determines if the specified item is (or is eligible to be) its own container.
Protected Overrides Function IsItemItsOwnContainerOverride( _
ByVal As Object _
) As Boolean
protected override bool IsItemItsOwnContainerOverride(
object
)
パラメータ
- item
- The item to check.
戻り値の型
true if the item is (or is eligible to be) its own container; otherwise, false.