コード例 #1
0
 public bool Equals(YogaValue other)
 {
     return(Unit == other.Unit && (Value.Equals(other.Value) || Unit == YogaUnit.Undefined));
 }
コード例 #2
0
ファイル: YogaValue.cs プロジェクト: gave92/React-WBI
 internal static YogaValue MarshalValue(YogaValue value)
 {
     return(value);
 }