Selerix Developer Tools
Equals Method (CustomApplicationRiderRule)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CustomApplicationRiderRule Class : Equals Method
The System.Object to compare with this instance.
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 CustomApplicationRiderRule
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 this instance.

Return Value

true if the specified System.Object is equal to this instance; otherwise, false.
Exceptions
ExceptionDescription
The obj parameter is null.
See Also

Reference

CustomApplicationRiderRule Class
CustomApplicationRiderRule Members
Base Implementation in Equals