Method Equals
Equals(DispatchParameters)
Returns a value indicating whether this instance is equal to the specified DispatchParameters structure.
public bool Equals(DispatchParameters other)Parameters
- otherDispatchParameters
- The DispatchParameters object to compare with this instance. 
Returns
Equals(object)
Returns a value indicating whether the specified object is a DispatchParameters structure with the same parameter values as this instance.
public override bool Equals(object obj)Parameters
- objobject
- The object to compare with this instance. 
Returns
- bool
- true if - objis a DispatchParameters structure and has the same parameter values as this structure; otherwise, false.