MailKit Documentation
MailKit Documentation
API Reference
MailKit
MetadataTag Structure
MetadataTag Methods
Equals Method
GetHashCode Method
ToString Method
MetadataTag
Equals Method
Determine whether the specified
Object
is equal to the current
MetadataTag
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntax
C#
Copy
public
override
bool
Equals
(
Object
obj
)
Parameters
obj
Type:
System
Object
The
Object
to compare with the current
MetadataTag
.
Return Value
Type:
Boolean
true
if the specified
Object
is equal to the current
MetadataTag
; otherwise,
false
.
Remarks
Determines whether the specified
Object
is equal to the current
MetadataTag
.
See Also
Reference
MetadataTag Structure
MailKit Namespace
Copyright © 2013-2021 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast