EqualsOrdinal(SecureString, SecureString, Boolean) | Determines whether two SecureString objects have the same characters in the same order, using ordinal comparison. |
EqualsOrdinal(SecureString, String, Boolean) | Determines whether a SecureString and a String object have the same characters in the same order, using ordinal comparison. |