PowerTools SPREAD for Windows Forms 8.0J
Equals メソッド (CustomImageInfo)


現在の CustomImageInfo と比較する System.Object。
指定した System.Object が現在の CustomImageInfo と等しいかどうかを決定します。
構文
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'使用法
 
Dim instance As CustomImageInfo
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

パラメータ

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

戻り値の型

指定した System.Object が現在のCustomImageInfo と等しい場合は True。それ以外の場合は False。
参照

CustomImageInfo クラス
CustomImageInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.