BarCode for UWP/WinRT
Equals メソッド (BarCodeOptionsBase)

現在の System.Objectと比較する System.Object
指定された System.Object が現在の System.Object と等しいかどうかを判定します。
構文
'宣言
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

パラメータ

obj
現在の System.Objectと比較する System.Object

戻り値の型

指定された System.Objectが現在の System.Objectと等しい場合は 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

参照

関連項目

BarCodeOptionsBase クラス
BarCodeOptionsBase メンバ

Send Feedback