VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftColor Structure / Equality(VintasoftColor,VintasoftColor) Operator
Syntax Requirements SeeAlso
In This Topic
    Equality(VintasoftColor,VintasoftColor) Operator (VintasoftColor)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
    
    Public Operator =( _
    ByVal left
    The left.
    As VintasoftColor, _
    ByVal right
    The right.
    As VintasoftColor _
    ) As Boolean
    public bool operator ==(
    VintasoftColor left,
    VintasoftColor right
    )
    public: bool op_Equality(
    VintasoftColor left,
    VintasoftColor right
    )
    public:
    bool operator ==(
    VintasoftColor left,
    VintasoftColor right
    )

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    The result of the operator.
    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