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