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
)

Parameters

other
Type: SystemObject

Return Value

Type: Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false.
See Also