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

Leadtools.Dicom.Common Assembly

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