Home > @magiclane/maps-sdk > ExtraInfo > equals
ExtraInfo.equals() method
Checks if this ExtraInfo is equal to another.
Signature:
equals(other: ExtraInfo): boolean;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
other |
The other ExtraInfo to compare with. |
Returns:
boolean
True if both instances contain the same key-value pairs.