[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Line.op_Inequality

operator != Operator

operator !=(Line, Line)

Tests whether two specified Line objects are NOT equivalent.

Declaration
public static bool operator !=(Line v1, Line v2)
Public Shared Operator <>(v1 As Line, v2 As Line) As Boolean
Parameters
Type Name Description
Line v1
Line v2
Returns
Type Description
bool