ItemId.op_Inequality Method
3/29/2010
Defines the inverse comparison operator overload for the ItemId class.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public static bool operator != (
ItemId x,
ItemId y
)
'Declaration
Public Shared Operator <> ( _
x As ItemId, _
y As ItemId _
) As Boolean
Parameters
- x
The first ItemId to be compared.
- y
The second ItemId to be compared.
Return Value
TRUE if the two ItemIds are not equal. TRUE if the ItemIds are equal.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
ItemId Class
ItemId Members
Microsoft.WindowsMobile.PocketOutlook Namespace