equal


Description:

public bool equal (DsnInfo? dsn2)

Compares this and dsn2.

If both this and dsn2 are null, then the function returns true. If only one of this or dsn2 is null, then the function return false.

Parameters:

this

a DsnInfo

dsn2

a DsnInfo

Returns:

true if they are equal.