Color32Equals(Object) Method

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

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with this Color32 instance.

Return Value

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

See Also