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