PropertyDescriptorInequality 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 !=(
PropertyDescriptor pd1,
PropertyDescriptor pd2
)
Public Shared Operator <> (
pd1 As PropertyDescriptor,
pd2 As PropertyDescriptor
) As Boolean
public:
static bool operator !=(
PropertyDescriptor^ pd1,
PropertyDescriptor^ pd2
)
static let inline (<>)
pd1 : PropertyDescriptor *
pd2 : PropertyDescriptor : bool
Parameters
- pd1
- Type: Aspose.Email.MapiPropertyDescriptor
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