Instrumentation Widgets for PDA

VectorRectangle Inequality Operator 

Non-equality operator for the two specified VectorRectangle instances.

[Visual Basic]
returnValue = VectorRectangle.op_Inequality(v1, v2)
[C#]
public static bool operator !=(
   VectorRectangle v1,
   VectorRectangle v2
);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace