ReportSize.Inequality(ReportSize, ReportSize) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのサイズが等しくないかどうかをテストします。
public:
static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator != (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator != (left As ReportSize, right As ReportSize) As Boolean
パラメーター
- left
- ReportSize
最初の ReportSize。
- right
- ReportSize
第 2 の ReportSize。
戻り値
2 つのサイズが等しくない場合は True、それ以外の場合は false。
注釈
この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>