Determines whether the specified BasicConstant object is equal to the current one.
Names are compared case insensitive.
Namespace: Limilabs.MailAssembly: 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