Skip to main content
All docs
V25.1
  • .NET 8.0+

    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.v25.1.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