PidNamePropertyDescriptorEquals Method (Object) |
Determines whether the specified System.Object is equal to the current System.Object.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other
- Type: SystemObject
Return Value
Type:
Booleantrue if the specified System.Object is equal to the current System.Object; otherwise, false.
See Also