Table of Contents

Struct ComparisonOptions

Namespace
NCalc.Helpers
Assembly
NCalc.Core.dll
public readonly struct ComparisonOptions
Inherited Members

Properties

CultureInfo

public required CultureInfo CultureInfo { get; init; }

Property Value

CultureInfo

IsCaseInsensitive

public required bool IsCaseInsensitive { get; init; }

Property Value

bool

IsOrdinal

public required bool IsOrdinal { get; init; }

Property Value

bool

Methods

Deconstruct(out CultureInfo, out bool, out bool)

public void Deconstruct(out CultureInfo cultureInfo, out bool isCaseInsensitive, out bool isOrdinal)

Parameters

cultureInfo CultureInfo
isCaseInsensitive bool
isOrdinal bool