TemplateKey.Equals(Object) Method

Definition

Returns a value that indicates whether the given instance is identical to this instance of TemplateKey.

public:
 override bool Equals(System::Object ^ o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameters

o
Object

The object to compare for equality.

Returns

true if the two instances are identical; otherwise, false.

Applies to