Share via


RewriteTemplateFeature.Equals(Object) Method

Definition

Determines whether this instance and another specified object have the same value.

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

Parameters

obj
Object

A RewriteTemplateFeature object reference.

Returns

true if the title of the obj parameter is the same as this instance; otherwise, false.

Remarks

This method determines that an object has the same value as another RewriteTemplateFeature if they have the same title.

Applies to