Equals Method (PgSqlNumeric)
In This Topic
Returns a value that indicates whether two PgSqlNumeric instances have the same value.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- A PgSqlNumeric instance to compare with.
Return Value
True, if the current PgSqlNumeric equals the object argument; otherwise, false.
See Also