Click or drag to resize
MimeKit

TnefPropertyTagInequality Operator

Compare two TnefPropertyTag objects for inequality.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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

Boolean
true if left and right are unequal; otherwise, false.
Remarks
Compares two TnefPropertyTag objects for inequality.
See Also