C#
VB
C++
Specifies whether two LeadPointD structures do not contain the same values.
public static bool !=(
LeadPointD point1,
LeadPointD point2
)
Public Operator <>( _
ByVal point1 As Leadtools.LeadPointD, _
ByVal point2 As Leadtools.LeadPointD _
) As Boolean
public:
bool operator !=(
Leadtools.LeadPointD point1,
Leadtools.LeadPointD point2
)
point1
The first LeadPointD structure to use in the comparison.
point2
The second LeadPointD structure to use in the comparison.
true if the two LeadPointD structures do not have the same values; false, otherwise.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET