Click or drag to resize

BasicConstantEquals Method (BasicConstant)

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.23341.1754
Syntax
public bool Equals(
	BasicConstant other
)

Parameters

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

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also