equals()
Home > @gooddata/sdk-backend-spi > IExecutionResult > equals
IExecutionResult.equals() method
Tests if this execution result is same as the other result.
Signature:
equals(other: IExecutionResult): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
other | IExecutionResult | other result |
Returns:
boolean
true if equal, false if not