←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly