'Declaration Public Operator =( _
ByVal leftA DrawingSymbol to test.As DrawingSymbol, _
ByVal rightA DrawingSymbol to test.As DrawingSymbol _
) As Boolean
public bool operator ==(
DrawingSymbol left,
DrawingSymbol right
)
public: bool op_Equality(
DrawingSymbol left,
DrawingSymbol right
)
public:
bool operator ==(
DrawingSymbol left,
DrawingSymbol right
)
Parameters
- left
- A DrawingSymbol to test.
- right
- A DrawingSymbol to test.
Return Value
True if the two DrawingSymbol structs are equal; otherwise, false.