Click or drag to resize

SavedResponseEquals Method (SavedResponse)

Indicates whether the current object is equal to another object of the same type.

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

Parameters

other
Type: Hummingbird.TestFramework.ConfigurationSavedResponse
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also