Home > @magiclane/maps-sdk > Parameter > equals

Parameter.equals() method

Check equality with another Parameter.

Signature:

equals(other: Parameter): boolean;

Parameters

Parameter

Type

Description

other

Parameter

The other Parameter to compare

Returns:

boolean

True if equal, false otherwise