I want to know what for is StructuralComparisons Class present in System.Collections used and also how is it used?I have no idea how should I use it!! Smallest help would be appreciated.
Thanks
I want to know what for is StructuralComparisons Class present in System.Collections used and also how is it used?I have no idea how should I use it!! Smallest help would be appreciated.
Thanks
StructuralComparisons is used to compare the structur of two values.
It is used in F# where StructuralComparisons is automaticly implented for every type, because of that two trees can be compared by just comparing the roots.