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

◆ cmpRtfBoolO()

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

Definition at line 297 of file LogicalExpr.cs.

298 {
299 return cmpNumberNumberO(op, NumberFunctions.Number(Rtf(val1)), NumberFunctions.Number((bool)val2));
300 }
static bool cmpNumberNumberO(Operator.Op op, double n1, double n2)

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