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

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

Syntax

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

Parameters

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

Return Value

true if obj is a FIRGBA16 structure equivalent to this FIRGBA16 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