TypedValueExtensionMethods Class

TypedValue extension methods.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class TypedValueExtensionMethods
Inheritance
Object    TypedValueExtensionMethods

Methods

IsEqual Checks whether the typed values are equal based on the given options. If either of the objects are null, they are treated as not equal.

See Also