IsEqualWith メソッド
| 編集/提案 ソースを表示IsEqualWith(SecureString, SecureString)
二つのセキュリティで保護された文字列が等しいかどうか判定します。
宣言
public static bool IsEqualWith(this SecureString sstr1, SecureString sstr2)
引数
型 | 名前 | 説明 |
---|---|---|
System.Security.SecureString | sstr1 | 判定対象のオブジェクトです。 |
System.Security.SecureString | sstr2 | 判定対象のオブジェクトです。 |
戻り値
型 | 説明 |
---|---|
System.Boolean | 等しい場合はtrue、等しくない場合はfalseを返します。 |
例外
型 | 条件 |
---|---|
System.ArgumentNullException | |
System.Security.SecureString |