PidLidPropertyDescriptorEquality Operator |
Determines whether the specified objects are equal to each another.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static bool operator ==(
PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2
)
Public Shared Operator = (
pd1 As PidLidPropertyDescriptor,
pd2 As PropertyDescriptor
) As Boolean
public:
static bool operator ==(
PidLidPropertyDescriptor^ pd1,
PropertyDescriptor^ pd2
)
static let inline (=)
pd1 : PidLidPropertyDescriptor *
pd2 : PropertyDescriptor : bool
Parameters
- pd1
- Type: Aspose.Email.MapiPidLidPropertyDescriptor
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 equal to the another PropertyDescriptor;
otherwise, false.
See Also