17 Jan 2009 at 16:46 #1 tripitaka tripitaka Associate Joined 8 Nov 2005 Posts 873 Location London I want to compare four objects (actually structs) in C# to see whether or not they are the same. Is there a neater way of doing this than a lengthy if statement? (if a=b & b=c & c=d) Thanks!
I want to compare four objects (actually structs) in C# to see whether or not they are the same. Is there a neater way of doing this than a lengthy if statement? (if a=b & b=c & c=d) Thanks!