ObjVertexColor.op_Inequality

ObjVertexColor Inequality operator

Overloading the inequality operator.

public static bool operator !=(ObjVertexColor a, ObjVertexColor b)
ParameterTypeDescription
aObjVertexColorThe first instance.
bObjVertexColorThe second instance.

Return Value

The value indicating whether instances are not equal.

See Also