CorrelationActionMessageFilter.Equals(Object) Method

Definition

Determines whether the current CorrelationActionMessageFilter is equal to the specified CorrelationActionMessageFilter.

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parameters

Returns

true if the specified CorrelationActionMessageFilter is equal to the current CorrelationActionMessageFilter; otherwise, false.

Applies to