 | FlagEquals(Flag) Method |
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.26106.1555
Syntaxpublic bool Equals(
Flag other
)
Public Function Equals (
other As Flag
) As Boolean
public:
bool Equals(
Flag^ other
)
member Equals :
other : Flag -> bool Parameters
- other Flag
- The Flag to compare with the current Flag
Return Value
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also