ReportExpression<T>.Inequality Operator

定義

2つの対象間の不等式を検証します。

オーバーロード

名前 説明
Inequality(ReportExpression<T>, ReportExpression<T>)

2つの ReportExpression<T> 対象間の不等式を検証します。

Inequality(ReportExpression<T>, String)

式と ReportExpression<T> 対象の不等式を検証します。

Inequality(ReportExpression<T>, T)

T のオブジェクトと ReportExpression<T> オブジェクトの不等式を検定します。

Inequality(String, ReportExpression<T>)

式と ReportExpression<T> 対象の不等式を検証します。

Inequality(T, ReportExpression<T>)

T のオブジェクトと ReportExpression<T> オブジェクトの不等式を検定します。

Inequality(ReportExpression<T>, ReportExpression<T>)

2つの ReportExpression<T> 対象間の不等式を検証します。

public:
 static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> left, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> right);
public static bool operator !=(Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> left, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> -> bool
Public Shared Operator != (left As ReportExpression(Of T), right As ReportExpression(Of T)) As Boolean

パラメーター

left
ReportExpression<T>

ReportExpression<T> オブジェクト。

right
ReportExpression<T>

ReportExpression<T> オブジェクト。

返品

True 2 つの ReportExpression<T> オブジェクトが等しくない場合は >。それ以外の場合は false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression%601.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%2CMicrosoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%29?displayProperty=fullName>

適用対象

Inequality(ReportExpression<T>, String)

式と ReportExpression<T> 対象の不等式を検証します。

public:
 static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> left, System::String ^ right);
public static bool operator !=(Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> left, string right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> * string -> bool
Public Shared Operator != (left As ReportExpression(Of T), right As String) As Boolean

パラメーター

left
ReportExpression<T>

ReportExpression<T> オブジェクト。

right
String

表現文字列。

返品

True もし式が ReportExpression<T> 対象と等しくなければ、 false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression%601.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%2CSystem.String%29?displayProperty=fullName>

適用対象

Inequality(ReportExpression<T>, T)

T のオブジェクトと ReportExpression<T> オブジェクトの不等式を検定します。

public:
 static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> left, T right);
public static bool operator !=(Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> left, T right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> * 'T -> bool
Public Shared Operator != (left As ReportExpression(Of T), right As T) As Boolean

パラメーター

left
ReportExpression<T>

ReportExpression<T> オブジェクト。

right
T

T 型オブジェクト。

返品

TrueT の対象が ReportExpression<T> 対象と等しくなければ、 false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression%601.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%2C%600%29?displayProperty=fullName>

適用対象

Inequality(String, ReportExpression<T>)

式と ReportExpression<T> 対象の不等式を検証します。

public:
 static bool operator !=(System::String ^ left, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> right);
public static bool operator !=(string left, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> right);
static member op_Inequality : string * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> -> bool
Public Shared Operator != (left As String, right As ReportExpression(Of T)) As Boolean

パラメーター

left
String

表現文字列。

right
ReportExpression<T>

ReportExpression<T> オブジェクト。

返品

True もし式が ReportExpression<T> 対象と等しくなければ、 false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression%601.Compare%28System.String%2CMicrosoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%29?displayProperty=fullName>

適用対象

Inequality(T, ReportExpression<T>)

T のオブジェクトと ReportExpression<T> オブジェクトの不等式を検定します。

public:
 static bool operator !=(T left, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> right);
public static bool operator !=(T left, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> right);
static member op_Inequality : 'T * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> -> bool
Public Shared Operator != (left As T, right As ReportExpression(Of T)) As Boolean

パラメーター

left
T

T 型オブジェクト。

right
ReportExpression<T>

ReportExpression<T> オブジェクト。

返品

TrueT の対象が ReportExpression<T> 対象と等しくなければ、 false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression%601.Compare%28%600%2CMicrosoft.ReportingServices.RdlObjectModel.ReportExpression%7B%600%7D%29?displayProperty=fullName>

適用対象