Equals Method

Summary

Determines whether the specified Object is equal to the current Object.

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 the current object.

Return Value

System.Boolean

Remarks

The default implementation of Equals supports reference equality for reference types, and bitwise equality for value types. Reference equality means the object references that are compared refer to the same object. Bitwise equality means the objects that are compared have the same binary representation.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly