ObjVertexColor.op_Equality

ObjVertexColor Equality operator

Overloading the equality operator.

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

Return Value

The value indicating whether instances are equal.

See Also