public override bool Equals(object obj) { ImageHeader header = obj as ImageHeader; return(this == header); }