Using base.Equals is not going to work in the Equals operator. Re-write.
Do this instead: if( !SimulationManagementHeader.Equals( this, b ) ) return false;
All fixed now.
Log in to post a comment.
Do this instead: if( !SimulationManagementHeader.Equals( this, b ) ) return false;
All fixed now.