Chart for WinRT
等価判定演算子 オペレータ

構文
'宣言
 
Public Operator =( _
   ByVal pie1 As PieInfo, _
   ByVal pie2 As PieInfo _
) As System.Boolean
public System.bool operator ==( 
   PieInfo pie1,
   PieInfo pie2
)

パラメータ

pie1
pie2
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

参照

関連項目

PieInfo 構造体
PieInfo メンバ

Send Feedback