[]
Comparer for the Variant type.
public sealed class Variant.VariantComparer : IComparer<Variant>, IEqualityComparer<Variant>
| Name | Description |
|---|---|
| VariantComparer() | Initializes a new instance of VariantComparer class. |
| Name | Description |
|---|---|
| Compare(Variant, Variant) | Compares two Variants. |
| Equals(Variant, Variant) | Checks whether the specified Variants are equal. |
| GetHashCode(Variant) | Gets hashcode of the given Variant. |