Tests whether two specified FITAG structures are equivalent.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool operator ==( FITAG left, FITAG right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator = ( _ left As FITAG, _ right As FITAG _ ) As Boolean |
Visual C++ |
---|
public: static bool operator ==( FITAG left, FITAG right ) |
Parameters
- left
- Type: FreeImageAPI..::.FITAG
The FITAG that is to the left of the equality operator.
- right
- Type: FreeImageAPI..::.FITAG
The FITAG that is to the right of the equality operator.