Determines whether the specified BasicConstant object is equal to the current one. Names are compared case insensitive.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public bool Equals(
	BasicConstant other
)
Visual Basic
Public Function Equals ( _
	other As BasicConstant _
) As Boolean
Visual C++
public:
bool Equals(
	BasicConstant^ other
)

Parameters

other
Type: Limilabs.Mail..::..BasicConstant
The BasicConstant to compare with the current BasicConstant

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also