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

◆ cmpRtfRtfE()

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

Definition at line 368 of file LogicalExpr.cs.

369 {
370 string n = Rtf(val1);
371 string n2 = Rtf(val2);
372 return cmpStringStringE(op, n, n2);
373 }
static bool cmpStringStringE(Operator.Op op, string n1, string n2)

References MS.Internal.Xml.XPath.LogicalExpr.cmpStringStringE(), and System.Xml.Xsl.Rtf.