Tests to see whether the specified object is a 
Range with the same values as this Range.
 
            
            
            
            
            
            
            
            public override bool Equals( 
   object 
)
             
        
            
            'Declaration
 
Public Overrides Function Equals( _
   ByVal  As Object _
) As Boolean
             
        
            
            'Usage
 
Dim instance As Range
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
             
        
            
            public override bool Equals( 
   object obj
)
             
        
            
             function Leadtools.Jpip.Range.Equals( 
   obj 
)
             
        
            
            public:
bool Equals( 
   Object^ 
) override 
             
        
             
        
            Parameters
- obj
 
- The System.Object to test.
 
            
            Return Value
true if obj is a 
Range and has the same start and last values as this 
Range; otherwise, false.
 
            
            
            
            
            Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2