Exemplo n.º 1
0
 /// <inheritdoc/>
 public override bool Equals(UpgradeHint other)
 {
     return(Equals(other as MergeTypeHint));
 }
 /// <inheritdoc/>
 public override bool Equals(UpgradeHint other)
 {
     return(Equals(other as ChangeFieldTypeHint));
 }
Exemplo n.º 3
0
 /// <inheritdoc/>
 public override bool Equals(UpgradeHint other)
 {
     return(Equals(other as RecycledTypeHint));
 }
Exemplo n.º 4
0
 private static InvalidOperationException HintConflict(UpgradeHint hintOne, UpgradeHint hintTwo)
 {
     return(new InvalidOperationException(string.Format(Strings.ExHintXIsConflictingWithHintY, hintOne, hintTwo)));
 }
Exemplo n.º 5
0
 /// <inheritdoc/>
 public override bool Equals(UpgradeHint other)
 {
     return(Equals(other as CopyFieldHint));
 }