Determines whether the specified object is equal to the current TemplateContext.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public override bool Equals(
object obj
)
Public Overrides Function Equals(
obj As Object
) As Boolean
Type | Name | Description |
---|---|---|
Object | obj | An object to compare to the current TemplateContext. |
Type | Description |
---|---|
Boolean | true, if the specified object equals the current TemplateContext; otherwise, false. |
Generally, you do not need to call this method.