| FlagEquals Method (Object) |
Determines whether the specified object is equal to the current object.
Names are compared case insensitive.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also