コード例 #1
0
ファイル: BindingParameter.cs プロジェクト: tmulkern/SpecFlow
 protected bool Equals(BindingParameter other)
 {
     return Equals(Type, other.Type) && string.Equals(ParameterName, other.ParameterName);
 }
コード例 #2
0
 protected bool Equals(BindingParameter other)
 {
     return(Equals(Type, other.Type) && string.Equals(ParameterName, other.ParameterName));
 }