Miner.Data.Access Namespace > DbCompare Class : IsNullOrEqual Method |
'Declaration
Public Shared Function IsNullOrEqual( _ ByVal value As System.Object, _ ByVal expectedValue As System.Object _ ) As System.Boolean
'Usage
Dim value As System.Object Dim expectedValue As System.Object Dim value As System.Boolean value = DbCompare.IsNullOrEqual(value, expectedValue)
public static System.bool IsNullOrEqual( System.object value, System.object expectedValue )
public function IsNullOrEqual( value: System.TObject; expectedValue: System.TObject ): System.Boolean; static;
public static function IsNullOrEqual( value : System.Object, expectedValue : System.Object ) : System.boolean;
public: static System.bool IsNullOrEqual( System.Object* value, System.Object* expectedValue )
public: static System.bool IsNullOrEqual( System.Object^ value, System.Object^ expectedValue )
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