Table of Contents

Class TypeHelper

Namespace
NCalc.Helpers
Assembly
NCalc.Core.dll
public static class TypeHelper
Inheritance
TypeHelper
Inherited Members

Methods

HasNullOrTypeConflict(object?, object?, bool)

public static bool HasNullOrTypeConflict(object? a, object? b, bool strictTypeMatching)

Parameters

a object
b object
strictTypeMatching bool

Returns

bool

IsOrdinal(StringComparer)

public static bool IsOrdinal(StringComparer comparer)

Parameters

comparer StringComparer

Returns

bool