Equals(System.Security.SecureString s1, string s2) Method
Returns a value indicating whether two strings contain the same value.
Syntax
public
static
bool Equals(System.Security.SecureString s1, string s2)
Parameters
- s1
- Type: System.Security.SecureString
The first string.
- s2
- Type: string
The second string.
Returns
True if strings are equivalent; otherwise false.