Tests whether the specified FIRGBAF structure is equivalent to this FIRGBAF structure.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool Equals(
	FIRGBAF other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As FIRGBAF _
) As Boolean
Visual C++
public:
virtual bool Equals(
	FIRGBAF other
) sealed

Parameters

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

Return Value

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

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also