FIRGBAF.Equals Method (FIRGBAF)

FreeImage.NET

FIRGBAFEquals Method (FIRGBAF)
Tests whether the specified FIRGBAF structure is equivalent to this FIRGBAF structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals(
	FIRGBAF other
)

Parameters

other
Type: FreeImageAPIFIRGBAF
A FIRGBAF structure to compare to this instance.

Return Value

Type: Boolean
true if obj is a FIRGBAF structure equivalent to this FIRGBAF structure; otherwise, false.

Implements

IEquatableTEquals(T)
See Also