Share via


RewriteTemplateCategory.Equals(Object) Method

Definition

Determines equality between the RewriteTemplateCategory object and another object.

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

The object to compare.

Returns

A Boolean value, true if the RewriteTemplateCategory object is equal to that identified by the obj parameter, otherwise false.

Applies to