C#
VB
C++
Specifies whether two LeadRectD structures do not contain the same values.
Public Operator <>( _
ByVal rect1 As Leadtools.LeadRectD, _
ByVal rect2 As Leadtools.LeadRectD _
) As Boolean
public:
bool operator !=(
Leadtools.LeadRectD rect1,
Leadtools.LeadRectD rect2
)
rect1
The first LeadRectD structure to use in the comparison.
rect2
The second LeadRectD structure to use in the comparison.
true if the two LeadRectD 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