C#
VB
C++
Specifies whether this LeadRect does not contain the same location and size as the specified object.
Public Operator <>( _
ByVal left As Leadtools.LeadRect, _
ByVal right As Leadtools.LeadRect _
) As Boolean
public:
bool operator !=(
Leadtools.LeadRect left,
Leadtools.LeadRect right
)
left
The first LeadRect on the left side of the comparison operator.
right
The second LeadRect on the right side of the comparison operator.
true if the two LeadRect do not have the same location and size; 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