Equals(Object,Boolean) Method
Determines whether two PropertyConstraints is the same.
Syntax
public System.bool Equals(
System.object obj,
System.bool includeValue
)Public Overloads Function Equals( _
ByVal obj As System.Object, _
ByVal includeValue As System.Boolean _
) As System.BooleanParameters
| Name | Description |
|---|---|
| obj | The object that we are comparing |
| includeValue | If true, then this returns true if the two constraints are the same instance as well as have the same ConstraintValue. If the includeValue parameter is set to false, then it functions just the same as the 'Equals(object obj)' method. |
See Also
- PropertyConstraint Class
- PropertyConstraint Members
- Overload List