adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipient Class / Equals Method


In This Topic
    Equals Method (EmailRecipient)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    Remarks
    This method compares only the Address.
    See Also