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