←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly