Indicates whether the specified object is a
Font and has the same property values as this
Font.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj
- Type: SystemObject
The object to test.
Return Value
Type:
BooleanTrue if the
obj parameter is a
Font and has the same property values as this
Font; otherwise, false.
See Also