Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.