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

◆ cmpRtfStringE()

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

Definition at line 361 of file LogicalExpr.cs.

362 {
363 string n = Rtf(val1);
364 string n2 = (string)val2;
365 return cmpStringStringE(op, n, n2);
366 }
static bool cmpStringStringE(Operator.Op op, string n1, string n2)

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