dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Equals Method / Equals(SqlDecimal,SqlDecimal) Method

In This Topic
    Equals(SqlDecimal,SqlDecimal) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Equals( _
       ByVal x As SqlDecimal, _
       ByVal y As SqlDecimal _
    ) As SqlBoolean
    public static SqlBoolean Equals( 
       SqlDecimal x,
       SqlDecimal y
    )

    Parameters

    x
    y
    See Also