 | EqualsBuilderIsEquals Property |
Gets a value indicating whether fields were equal.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic bool IsEquals { get; }
Public ReadOnly Property IsEquals As Boolean
Get
public:
property bool IsEquals {
bool get ();
}
member IsEquals : bool with get
Property Value
Type:
BooleanIndicates whether the fields that have been appended were all equal.
See Also