In The Hand LtdIn The Hand
Inequality Operator
NamespacesInTheHand.WindowsMobile.PocketOutlookItemIdInequality(ItemId, ItemId)
.NET Components for Mobility
Defines the inverse comparison operator overload for the ItemId class.
Declaration Syntax
C#Visual Basic
public static bool operator !=(
	ItemId x,
	ItemId y
)
Public Shared Operator <> ( _
	x As ItemId, _
	y As ItemId _
) As Boolean
Parameters
x (ItemId)
The first ItemId to be compared.
y (ItemId)
The second ItemId to be compared.
Return Value
TRUE if the two ItemIds are not equal. TRUE if the ItemIds are equal.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0