'Declaration Public Operator <>( _
ByVal leftLeft 3D point.As VintasoftPoint3D, _
ByVal rightRight 3D point.As VintasoftPoint3D _
) As Boolean
public bool operator =(
VintasoftPoint3D left,
VintasoftPoint3D right
)
public: bool op_Inequality(
VintasoftPoint3D left,
VintasoftPoint3D right
)
public:
bool operator =(
VintasoftPoint3D left,
VintasoftPoint3D right
)
Parameters
- left
- Left 3D point.
- right
- Right 3D point.
Return Value
True if 3D points are not egual; otherwise, false.