ContentType.Inequality(ContentType, ContentType) 演算子

定義

2 つの ContentType インスタンスの不等値を比較します。

public static bool operator != (Azure.Core.ContentType left, Azure.Core.ContentType right);
static member op_Inequality : Azure.Core.ContentType * Azure.Core.ContentType -> bool
Public Shared Operator != (left As ContentType, right As ContentType) As Boolean

パラメーター

left
ContentType

比較するメソッド。

right
ContentType

比較するメソッド。

戻り値

trueと のleftright値が等しい場合ContentTypeは 。それ以外の場合falseは 。

適用対象