LineCap
class LineCapObject representing the line cap of a layer’s stroke.
- 
                    
                    The string represention the line cap. Declarationvar name: String { get }
- 
                    
                    The object’s description Declarationvar description: String { get }
- 
                    
                    Compares two values for equality. The equalsfunction is invoked using infix notation as in the following code snippet:lhs == rhs.Declarationfunc equals(_ lhs: LineCap) -> BoolParameterslhsA value. rhsAnother value. Return Valuetrueif thelhsandrhsare equal,falseotherwise.