DrawingOptionsEquals Method

Determines whether the specified Object is equal to this DrawingOptions instance.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with this DrawingOptions instance.

Return Value

Boolean
, if the current DrawingOptions instance is equal to the obj parameter; otherwise, .

See Also