Determines whether an object is a ContactListGroupItem.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
protected 
override 
bool 
IsItemItsOwnContainerOverride(
	
Object 
item
)

Parameters

item
Type: System . . :: . . Object
The object to evaluate.

Return Value

true if itemis a ContactListGroupItem; otherwise, false.

See Also