Exemplo n.º 1
0
 public bool Equals(FText other, ETextComparisonLevel comparisonLevel)
 {
     return(Native_FText.EqualTo(nativeAddress, other.nativeAddress, comparisonLevel));
 }
Exemplo n.º 2
0
 public int CompareTo(FText other, ETextComparisonLevel comparisonLevel)
 {
     return(Native_FText.CompareTo(nativeAddress, other.nativeAddress, comparisonLevel));
 }