Contents

==(_:_:)

Returns a Boolean value that indicates whether two values are equal.

Declaration

static func == (lhs: SpatialTemplateConfiguration, rhs: SpatialTemplateConfiguration) -> Bool

Parameters

  • lhs:

    The first configuration object.

  • rhs:

    The second configuration object.

Return Value

true if the configuration objects are equal, or false if they aren’t.