Recently I have had to use a value type for a complex structure because I
don't know how to override the = operator. Can the operator ever be
overloaded? Or can inheritance be used with value types?
don't know how to override the = operator. Can the operator ever be
overloaded? Or can inheritance be used with value types?
Comment