Click or drag to resize

SavedRequestEquals Method (SavedRequest)

If the SavedRequest is for the same request (same client and same metadataId)

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool Equals(
	SavedRequest other
)

Parameters

other
Type: Hummingbird.TestFramework.ConfigurationSavedRequest
Another saved request.

Return Value

Type: Boolean
True if the saved request is for the same service. False if they are not for the same service.

Implements

IEquatableTEquals(T)
See Also