Click or drag to resize

FlagEquals(Flag) Method

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.26106.1555
Syntax
public bool Equals(
	Flag other
)

Parameters

other  Flag
The Flag to compare with the current Flag

Return Value

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