FreeImage.NET Class Library Reference
MetadataTagInequality Operator |
Determines whether two specified MetadataTag objects have different values.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator !=( MetadataTag left, MetadataTag right )
Parameters
- left
- Type: FreeImageAPI.MetadataMetadataTag
A MetadataTag or a null reference (Nothing in Visual Basic). - right
- Type: FreeImageAPI.MetadataMetadataTag
A MetadataTag or a null reference (Nothing in Visual Basic).
Return Value
Type: Booleantrue if the value of left is different from the value of right; otherwise, false.
See Also