ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeEvaluationResult Class / IsEqual Method
The ArcadeEvaluationResult to compare to.

In This Topic
    IsEqual Method (ArcadeEvaluationResult)
    In This Topic
    Checks to see if two evaluation results are equal. This is a value comparison. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    evaluationResult
    The ArcadeEvaluationResult to compare to.

    Return Value

    True if the objects are equal.
    Exceptions
    ExceptionDescription
    evaluationResult
    Exception thrown when there has been an underlying exception from the evaluator
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also