Selerix Developer Tools
Equals Method (Address)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : Equals Method
The System.Object to compare with the current System.Object.
Determines whether the specified System.Object is equal to this instance.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As Address
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
public function Equals( 
    obj: TObject
): Boolean; override; 
public override function Equals( 
   obj : Object
) : boolean;
public: bool Equals( 
   Object* obj
) override 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The System.Object to compare with the current System.Object.

Return Value

true if the specified System.Object is equal to this instance; otherwise, false.
See Also

Reference

Address Class
Address Members
Base Implementation in Equals