ItemId.Equals Method (Object)
3/29/2010
Defines the equals operator overload for the ItemId class.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public override bool Equals (
Object obj
)
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
Parameters
- obj
Return Value
TRUE if the ItemId equals. FALSE if the ItemId doesn't 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