PixelFormat.Equals Method

Determines whether the specified object is equal to the current PixelFormat.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override sealed bool Equals(
	Object obj
)

Parameters

obj

Type: System.Object

The object to compare with the current PixelFormat.

Return Value

true

if the specified object is equal to the current PixelFormat; otherwise, false.

See Also

Reference