'Declaration Public Operator <>( _
ByVal p1A VintasoftPointF to test.As VintasoftPointF, _
ByVal p2A VintasoftPointF to test.As VintasoftPointF _
) As Boolean
public bool operator =(
VintasoftPointF p1,
VintasoftPointF p2
)
public: bool op_Inequality(
VintasoftPointF p1,
VintasoftPointF p2
)
public:
bool operator =(
VintasoftPointF p1,
VintasoftPointF p2
)
Parameters
- p1
- A VintasoftPointF to test.
- p2
- A VintasoftPointF to test.
Return Value
True if the two VintasoftPointF objects are different; otherwise, false.