←Select platform

Equals Method

Summary

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

Syntax

C#
VB
C++
public bool Equals( 
   TimeRange other 
) 
Public Overloads Function Equals( _ 
   ByVal other As Leadtools.Dicom.Common.Datatypes.TimeRange _ 
) As Boolean 

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

TimeRange Class

TimeRange Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly