NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBNull.Equals

Determines whether the specified Object is equal to DBNull.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal other As Object _
) As Boolean
[C#]
public override bool Equals(
   object other
);
[C++]
public: override bool Equals(
   Object* other
);
[JScript]
public override function Equals(
   other : Object
) : Boolean;

Parameters

other
The Object to compare with DBNull.

Return Value

true if other refers to the sole DBNull instance; otherwise, false.

See Also

DBNull Class | DBNull Members | System Namespace