次の方法で共有


ReportColor.Inequality 演算子

2 つの ReportColor オブジェクトが等しくないかどうかをテストします。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Operator <> ( _
    left As ReportColor, _
    right As ReportColor _
) As Boolean
'使用
Dim left As ReportColor 
Dim right As ReportColor 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportColor left,
    ReportColor right
)
public:
static bool operator !=(
    ReportColor left, 
    ReportColor right
)
static let inline(<>)
        left:ReportColor * 
        right:ReportColor  : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System.Boolean
2 つの ReportColor オブジェクトが等しくない場合は true、それ以外の場合は false。

関連項目

参照

ReportColor 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間