Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ cmpBoolStringO()

static bool MS.Internal.Xml.XPath.LogicalExpr.cmpBoolStringO ( Operator::Op op,
object val1,
object val2 )
inlinestaticprivate

Definition at line 292 of file LogicalExpr.cs.

293 {
294 return cmpNumberNumberO(op, NumberFunctions.Number((bool)val1), NumberFunctions.Number((string)val2));
295 }
static bool cmpNumberNumberO(Operator.Op op, double n1, double n2)

References MS.Internal.Xml.XPath.LogicalExpr.cmpNumberNumberO(), and MS.Internal.Xml.XPath.NumberFunctions.Number().