StructuralComparisons Class
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 开发者_StackOverflow社区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.
精彩评论