| ReferenceEqualityHasEqualNotNullOperands Field |
When the left side and the right side are not null and are equal (object.Equals return true)
but not same (object.ReferenceEquals returns false)
Namespace:
SmartTests.Criterias
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static readonly Criteria HasEqualNotNullOperands
Public Shared ReadOnly HasEqualNotNullOperands As Criteria
public:
static initonly Criteria^ HasEqualNotNullOperands
static val HasEqualNotNullOperands: Criteria
Field Value
Type:
CriteriaSee Also