Determines whether the specified Flag object is equal to the current one.
Names are compared case insensitive.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public bool Equals( Flag other ) |
| Visual Basic |
|---|
Public Function Equals ( _ other As Flag _ ) As Boolean |
| Visual C++ |
|---|
public: bool Equals( Flag^ other ) |
Parameters
- other
- Type: Limilabs.Client.IMAP..::..Flag
The Flag to compare with the current Flag