ArcFM Responder Mobile Developer Guide
IsNullOrEqual Method






Indicates whether a value is either null, DBNull, or equivalent to an expected value.
Syntax
'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
) 

Parameters

value
expectedValue
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

See Also

Reference

DbCompare Class
DbCompare Members

Send Feedback