Skip to main content
.NET 6.0+

TemplateContext.Equals(Object) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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