Tests whether the specified FI16RGB565 structure is equivalent to this FI16RGB565 structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Equals( FI16RGB565 other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As FI16RGB565 _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( FI16RGB565 other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FI16RGB565
A FI16RGB565 structure to compare to this instance.