示例#1
0
 /// <summary>
 ///   Determines whether the specified <see cref = "FunctionCallback" /> is equal to this instance.
 /// </summary>
 /// <param name = "other">The <see cref = "FunctionCallback" /> to compare with this instance.</param>
 /// <returns>
 ///   <c>true</c> if the specified <see cref = "FunctionCallback" /> is equal to this instance; otherwise, <c>false</c>.
 /// </returns>
 public bool Equals(FunctionCallback other)
 {
     return Pointer == other.Pointer;
 }
示例#2
0
 public bool Equals(FunctionCallback other)
 {
     return(this.Pointer == other.Pointer);
 }