Determines whether the specified Flag object is equal to the current one. Names are compared case insensitive.

Namespace: Limilabs.Client.IMAP
Assembly: 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

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also