PidTagPropertyDescriptorInequality Operator

Determines whether the specified objects are not equal to each another.

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static bool operator !=(
	PidTagPropertyDescriptor pd1,
	PropertyDescriptor pd2
)

Parameters

pd1
Type: Aspose.Email.MapiPidTagPropertyDescriptor
The object to compare with another object.
pd2
Type: Aspose.Email.MapiPropertyDescriptor
The object to compare with another object.

Return Value

Type: Boolean
true if the specified PropertyDescriptor is not equal to the another PropertyDescriptor; otherwise, false.
See Also