Responder Developer Guide
IsNullOrEqual Method


Version: 10.2.1a

Resource Center Home

Indicates whether a value is either null, DBNull, or equivalent to an expected value.
Syntax
'Declaration
 
Public Shared Function IsNullOrEqual( _
   ByVal value As Object, _
   ByVal expectedValue As Object _
) As Boolean
'Usage
 
Dim value As Object
Dim expectedValue As Object
Dim value As Boolean
 
value = DbCompare.IsNullOrEqual(value, expectedValue)
public static bool IsNullOrEqual( 
   object value,
   object expectedValue
)

Parameters

value
expectedValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbCompare Class
DbCompare Members

 

 


Send Comment