ItemDescriptionTAreItemDescriptionEqual Method |
Returns true if both the item and the description are Object.Equal to the values
held by this object.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AreItemDescriptionEqual(
T item,
string description
)
Public Function AreItemDescriptionEqual (
item As T,
description As String
) As Boolean
public:
bool AreItemDescriptionEqual(
T item,
String^ description
)
member AreItemDescriptionEqual :
item : 'T *
description : string -> bool
Parameters
- item
- Type: T
- description
- Type: SystemString
Return Value
Type:
BooleanSee Also