Equals Method

Summary

Determines whether the specified Object is equal to this instance.

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

Leadtools.Dicom.Common Assembly