Equals Method

Summary
Determines whether the specified Object is equal to this instance.
Syntax
C#
C++/CLI
public override bool Equals( 
   object obj 
) 
public: 
bool Equals(  
   Object^ obj 
) override  

Parameters

obj
The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

Exceptions

ExceptionDescription
System.NullReferenceExceptionThe obj parameter is null.
Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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