==(_:_:)
Returns a Boolean value that indicates whether two values are equal.
Declaration
static func == (lhs: SpatialTemplateConfiguration, rhs: SpatialTemplateConfiguration) -> BoolParameters
- 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.