Compiler Error C2581

'identifier' : static 'operator =' function is illegal

The assignment operator, operator=(), was declared as static.

The assignment operator cannot be declared as static.