Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Equals(object, object)

Declaration

public bool Equals(
    object x,
    object y
)

Summary

Compares two arbitrary objects.

Parameters

objectx First object to compare.
objecty Second object to compare.

Returns

false for strings and object reference equality for everything else.