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