TemplateContext.Equals(Object) Method
Checks whether the specified object is equal to the current TemplateContext.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object to compare to the current TemplateContext. |
Returns
Type | Description |
---|---|
Boolean | true if the specified object equals the current TemplateContext; otherwise, false. |
Remarks
You can also use the equality operator to compare two template contexts.
See Also