Matches expected type to an actual type. The types can be specified as types, type names or TypeCode.
an expected type to match.
an actual type to match.
an optional value to match its type to the expected one.
true if types are matching and false if they don't.
Matches expected type to an actual type.
an expected type name to match.
an actual type to match defined by type code.
an optional value to match its type to the expected one.
true if types are matching and false if they don't.
Matches expected type to a type of a value. The expected type can be specified by a type, type name or TypeCode.
an expected type to match.
a value to match its type to the expected one.
true if types are matching and false if they don't.
Matches expected type to a type of a value.
an expected type name to match.
a value to match its type to the expected one.
true if types are matching and false if they don't.
Generated using TypeDoc
Helper class matches value types for equality.
This class has symmetric implementation across all languages supported by Pip.Services toolkit and used to support dynamic data processing.
TypeCode