2 つの RequestId を比較し、値が等しくないかどうかを確認します。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Public Shared Operator <> ( _
left As RequestId, _
right As RequestId _
) As Boolean
public static bool operator !=(
RequestId left,
RequestId right
)
public:
static bool operator !=(
RequestId^ left,
RequestId^ right
)
static let inline (<>)
left:RequestId *
right:RequestId : bool
JScript では、オーバーロードされた演算子は使用できません。
パラメーター
- left
型: Microsoft.VisualStudio.TestTools.Execution.RequestId
非等値演算子の左辺にある RequestId。
- right
型: Microsoft.VisualStudio.TestTools.Execution.RequestId
非等値演算子の右辺にある RequestId。
戻り値
型: System.Boolean
等しくない場合は true。それ以外の場合は false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。