示例#1
0
 /// <summary>
 /// Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
 /// </summary>
 /// <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
 /// <returns>
 /// true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
 /// </returns>
 public override bool Equals(object obj)
 {
     return(m_underlyingFactory.Equals(obj));
 }
示例#2
0
 /// <inheritdoc />
 public override bool Equals(object obj)
 {
     return(_underlyingProvider.Equals(obj));
 }