![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| DataMatch (int count, int total) | |
| bool | Equals (DataMatch other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Static Public Member Functions | |
| static DataMatch | operator+ (DataMatch left, DataMatch right) |
| static bool | operator== (DataMatch left, DataMatch right) |
| static bool | operator!= (DataMatch left, DataMatch right) |
Public Attributes | |
| readonly int | Count |
| readonly int | Total |
Static Public Attributes | |
| static DataMatch | Empty = new DataMatch(0, 0) |
| static DataMatch | MatchOne = new DataMatch(1, 1) |
| static DataMatch | NoMatchOne = new DataMatch(0, 1) |
Properties | |
| bool | Succeed [get] |
Definition at line 5 of file DataMatch.cs.
| SiliconStudio.Assets.Diff.DataMatch.DataMatch | ( | int | count, |
| int | total | ||
| ) |
Definition at line 11 of file DataMatch.cs.
References DirectX.count.
| bool SiliconStudio.Assets.Diff.DataMatch.Equals | ( | DataMatch | other | ) |
Definition at line 29 of file DataMatch.cs.
| override bool SiliconStudio.Assets.Diff.DataMatch.Equals | ( | object | obj | ) |
Definition at line 34 of file DataMatch.cs.
| override int SiliconStudio.Assets.Diff.DataMatch.GetHashCode | ( | ) |
Definition at line 40 of file DataMatch.cs.
|
static |
Definition at line 58 of file DataMatch.cs.
|
static |
Definition at line 48 of file DataMatch.cs.
References SiliconStudio.Assets.Diff.DataMatch.Count, and SiliconStudio.Assets.Diff.DataMatch.Total.
|
static |
Definition at line 53 of file DataMatch.cs.
| override string SiliconStudio.Assets.Diff.DataMatch.ToString | ( | ) |
Definition at line 63 of file DataMatch.cs.
| readonly int SiliconStudio.Assets.Diff.DataMatch.Count |
Definition at line 17 of file DataMatch.cs.
Referenced by SiliconStudio.Assets.Diff.DataMatch.operator+().
Definition at line 7 of file DataMatch.cs.
Definition at line 8 of file DataMatch.cs.
Definition at line 9 of file DataMatch.cs.
| readonly int SiliconStudio.Assets.Diff.DataMatch.Total |
Definition at line 19 of file DataMatch.cs.
Referenced by SiliconStudio.Assets.Diff.DataMatch.operator+().
|
get |
Definition at line 22 of file DataMatch.cs.