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