==(_:_:)
Indicates whether two shapes are equal.
Declaration
nonisolated static func == (lhs: ShapeResource, rhs: ShapeResource) -> BoolParameters
- lhs:
The first shape to compare.
- rhs:
The second shape to compare.
Return Value
A Boolean value set to true if the two shapes are equal.