←Select platform

Equals Method

Summary

Overrides Object.Equals.

Syntax
C#
VB
C++
public override bool Equals( 
   object obj 
) 
Public Overrides Function Equals( 
   ByVal obj As Object 
) As Boolean 
public:  
   virtual bool Equals( 
      Object^ obj 
   ) override 

Parameters

obj

The object with which to compare.

Return Value

true if this object contains the same value as obj; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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