/// <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; }
public bool Equals(FunctionCallback other) { return(this.Pointer == other.Pointer); }