'Declaration Public Operator =( _
ByVal leftЛевый.As VintasoftColor, _
ByVal 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
- Левый.
- right
- Правый.
Return Value
Результат оператора.