Esempio n. 1
0
 public bool Equals(YogaValue other)
 {
     return(Unit == other.Unit && (Value.Equals(other.Value) || Unit == YogaUnit.Undefined));
 }
Esempio n. 2
0
 internal static YogaValue MarshalValue(YogaValue value)
 {
     return(value);
 }