I am replacing my old comparers with type comparers
I need the substitute for thi instruction (which works fine):
Public cInsensAZ As New
CaseInsensitive Comparer(System .Globalization. CultureInfo.Inv ariantCulture)
Ideally something like (which does not work):
Public cInsensAZ As New CaseInsensitive Comparer(Of Object)
What is the right syntax for that?
Thank you.
Pam
I need the substitute for thi instruction (which works fine):
Public cInsensAZ As New
CaseInsensitive Comparer(System .Globalization. CultureInfo.Inv ariantCulture)
Ideally something like (which does not work):
Public cInsensAZ As New CaseInsensitive Comparer(Of Object)
What is the right syntax for that?
Thank you.
Pam