Click or drag to resize
ItemDescriptionTAreItemDescriptionEqual Method
Returns true if both the item and the description are Object.Equal to the values held by this object.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AreItemDescriptionEqual(
	T item,
	string description
)

Parameters

item
Type: T
description
Type: SystemString

Return Value

Type: Boolean
See Also