| FolderInfoEquals Method (FolderInfo) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Equals(
FolderInfo other
)
Public Function Equals (
other As FolderInfo
) As Boolean
public:
bool Equals(
FolderInfo^ other
)
member Equals :
other : FolderInfo -> bool
Parameters
- other
- Type: Limilabs.Client.IMAPFolderInfo
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
See Also