Expand Minimize
This topic has not yet been rated - Rate this topic

Converting the Dictionary Object's CompareMode Property


Windows PowerShell


Definition: Determines the case-sensitivity of key values.

CompareMode

As far as we can figure out, there is no equivalent to this property in the .NET Framework hash table. All key entries are case-insensitive, i.e., if the key apple exists you cannot add another key Apple.


See conversions of other Dictionary object methods and properties.
Return to the VBScript to Windows PowerShell home page

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.