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