'Declaration Public Operator <>( _
ByVal leftThe left.As VintasoftColor, _
ByVal rightThe right.As VintasoftColor _
) As Boolean
public bool operator =(
VintasoftColor left,
VintasoftColor right
)
public: bool op_Inequality(
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.