Equals Method

Summary

Tests to see whether the specified object is a Range with the same values as this Range.

Syntax
C#
VB
C++
public override bool Equals( 
   object obj 
) 
  
Public Overrides Function Equals( _ 
   ByVal obj As Object _ 
) As Boolean 
public: 
bool Equals(  
   Object^ obj 
) 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.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly