PowerTCP Mail for .NET
Equals Method




The object to compare with the current object.
Determines whether the specified object has the same name as this Mailbox.
Syntax
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Dim instance As Mailbox
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
public: bool Equals( 
   Object* obj
) override 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to compare with the current object.

Return Value

true if the specified object has the same name as this object; otherwise, false.
See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic