[]
Checks whether two given Variants are different.
public static bool operator !=(Variant a, Variant b)
First Variant to check.
Second Variant to check.
True if the variants are different, False otherwise.
True
False