Charlie Poole
2008-09-06 18:03:08 UTC
Hi All,
EqualConstraint takes a modifier "Comparer(IComparer comparer)",
which causes the specified IComparer to be used when testing
for equality.
This same feature is being added in other constraints, like
OrderedCollectionConstraint.
Before we get too many of them, I want to ask if "Comparer"
is the best way to express this. Other options that come
to mind are
CompareWith(IComparer)
CompareUsing(IComparer)
UseComparer(IComparer)
Using(IComparer)
...
It's a smallish issue, but I thought I'd ask.
Charlie
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
EqualConstraint takes a modifier "Comparer(IComparer comparer)",
which causes the specified IComparer to be used when testing
for equality.
This same feature is being added in other constraints, like
OrderedCollectionConstraint.
Before we get too many of them, I want to ask if "Comparer"
is the best way to express this. Other options that come
to mind are
CompareWith(IComparer)
CompareUsing(IComparer)
UseComparer(IComparer)
Using(IComparer)
...
It's a smallish issue, but I thought I'd ask.
Charlie
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/