Bridge

Decimal..::..Equals Method (Decimal)

Returns a value indicating whether this instance and a specified Decimal object represent the same value.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool Equals(
	decimal other
)
Public Function Equals ( _
	other As Decimal _
) As Boolean
public:
bool^ Equals(
	Decimal^ other
)

Parameters

other
Type: System..::..Decimal

Return Value

true if value is equal to this instance; otherwise, false.