EncryptionAlgorithm.Inequality 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの EncryptionAlgorithm 値が異なるかどうかを判断します。
public static bool operator != (Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm left, Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm right);
static member op_Inequality : Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm * Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm -> bool
Public Shared Operator != (left As EncryptionAlgorithm, right As EncryptionAlgorithm) As Boolean
パラメーター
- left
- EncryptionAlgorithm
比較対象となる、最初の EncryptionAlgorithm。
- right
- EncryptionAlgorithm
比較対象となる 2 番目の EncryptionAlgorithm。
戻り値
と が異なる場合left
right
は True、それ以外の場合は false。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET