PowerTCP Mail for .NET
Equals Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Mailbox Class : Equals Method




obj
The Object to compare with the current Object.
Determines whether the specified Object is equal to the current Object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Mailbox
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)
Managed Extensions for C++ 
public: bool Equals( 
   Object* obj
) override 
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.