Case insensitive comparer (Of Object)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pamela fluente

    Case insensitive comparer (Of Object)

    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

Working...