ObjVertex.op_Inequality

ObjVertex Inequality operator

Overloading the inequality operator.

public static bool operator !=(ObjVertex a, ObjVertex b)
ParameterTypeDescription
aObjVertexThe first instance.
bObjVertexThe second instance.

Return Value

The value indicating whether instances are not equal.

See Also