Share via


Feature.Equals Method (object)

This function overrides the Equals function to provide value equality functionality for this object.

Syntax

C#

public override bool Equals (

          object other

)

Parameters

other

The object to compare.

Return Value

Returns true if the objects are the same.

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.