Basic Library for UWP/WinRT XAML
等しくないか判定する演算子 オペレータ (C1ZoomUnit)

比較する最初の C1ZoomUnit のインスタンス。
比較する2番目の C1ZoomUnit のインスタンス。
2つの C1ZoomUnit 構造を比較し、それらが等しいかどうかを判定します。
構文
'宣言
 
Public Operator <>( _
   ByVal gl1 As C1ZoomUnit, _
   ByVal gl2 As C1ZoomUnit _
) As System.Boolean
public System.bool operator !=( 
   C1ZoomUnit gl1,
   C1ZoomUnit gl2
)

パラメータ

gl1
比較する最初の C1ZoomUnit のインスタンス。
gl2
比較する2番目の C1ZoomUnit のインスタンス。

戻り値の型

C1ZoomUnit の2つのインスタンスが同じ値と C1ZoomUnitType を持たない場合は true、そうでない場合は false。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZoomUnit 構造体
C1ZoomUnit メンバ

Send Feedback