Handle.Equals Method

Visual Basic
Public sealed override Function Equals(
    obj As object
) As bool
C#
public sealed override bool Equals(
    object obj
);
Parameters
Parameters 
Description 
object obj 
Object to compare 
Description

 

Returns true if this object is identical to the argument object.

Links