FreeImage.NET Class Library Reference
![]() | FIMETADATAEquality Operator |
Tests whether two specified FIMETADATA structures are equivalent.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public static bool operator ==( FIMETADATA left, FIMETADATA right )
Parameters
- left
- Type: FreeImageAPIFIMETADATA
The FIMETADATA that is to the left of the equality operator. - right
- Type: FreeImageAPIFIMETADATA
The FIMETADATA that is to the right of the equality operator.
Return Value
Type: Booleantrue if the two FIMETADATA structures are equal; otherwise, false.
