Comparing objects in C#

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!
 
Back
Top Bottom