Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TemplateContext.Equals(TemplateContext) Method

Checks whether the current TemplateContext is equal to the specified object of the same type.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool Equals(
    TemplateContext obj
)

Parameters

Name Type Description
obj TemplateContext

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