Equals Method

Summary

Indicates whether the current object is equal to another object of the same type.

Syntax
C#
VB
C++
public bool Equals( 
   DateRange other 
) 
Public Overloads Function Equals( _ 
   ByVal other As DateRange _ 
) As Boolean 
public: 
bool Equals(  
   DateRange^ other 
)  

Parameters

other
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Requirements

Target Platforms

See Also

Reference

DateRange Class

DateRange Members

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

Leadtools.Dicom.Common Assembly