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

TemplateContext.Equals(Object) Method

Checks whether the specified object is equal to the current TemplateContext.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override bool Equals(
    object obj
)

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