| TnefPropertyTagInequality Operator |
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool operator !=(
TnefPropertyTag left,
TnefPropertyTag right
)
Parameters
- left TnefPropertyTag
- The first object to compare.
- right TnefPropertyTag
- The second object to compare.
Return Value
Booleantrue if
left and
right are unequal; otherwise,
false.
Remarks See Also