VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCap Class / Equals Methods / Equals(LineCap) Method
Syntax Requirements SeeAlso
In This Topic
    Equals(LineCap) Method (LineCap)
    In This Topic
    Indicates whether the current LineCap object is equal to another LineCap object.
    Syntax
    'Declaration
    
    Public Overloads Function Equals( _
    ByVal value
    An object to compare with this object.
    As LineCap _
    ) As Boolean
    public bool Equals(
    LineCap value
    )
    public: bool Equals(
    LineCap* value
    )
    public:
    bool Equals(
    LineCap^ value
    )

    Parameters

    value
    An object to compare with this object.

    Return Value

    True if the current object is equal to the value parameter; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also