Document Library for WinForms
AreObjectsEqual メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : AreObjectsEqual メソッド
First object.
Second object.
Compares two objects using Equals() methods, returns true if both objects are null. Null and System.DBNull interpretted as same values.
シンタックス
'宣言
 
Public Shared Function AreObjectsEqual( _
   ByVal v1 As System.Object, _
   ByVal v2 As System.Object _
) As System.Boolean
public static System.bool AreObjectsEqual( 
   System.object v1,
   System.object v2
)

パラメータ

v1
First object.
v2
Second object.

戻り値の型

Returns true if objects are equal, false otherwise.
参照

Utils クラス
Utils メンバ