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

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

Syntax

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

Parameters

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

Return Value

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