This topic has not yet been rated - Rate this topic

SqlDecimal.Equals Method

Returns a value that indicates whether an instance of SqlDecimal and the supplied object parameter represent the same value.
Name Description
SqlDecimal.Equals (Object) Compares the supplied Object parameter to the Value property of the SqlDecimal instance.

Supported by the .NET Compact Framework.

SqlDecimal.Equals (Object, Object) Determines whether the specified Object instances are considered equal.
SqlDecimal.Equals (SqlDecimal, SqlDecimal) Performs a logical comparison of the two SqlDecimal operands to determine whether they are equal.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.