←Select platform

Equals Method

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

Syntax
C#
C++/CLI
Python
public override bool Equals( 
   object obj 
) 
public: 
bool Equals(  
   Object^ obj 
) override  
def Equals(self,obj): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.