FontEquals Method
Indicates whether the specified object is a Font and has the same property values as this Font.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to test.

Return Value

Type: Boolean
True if the obj parameter is a Font and has the same property values as this Font; otherwise, false.
See Also