Class XmlEqualityResult
The result of an equiality comparison with XmlComparer
Inheritance
System.Object
XmlEqualityResult
Namespace: PnP.Framework.Modernization.Functions
Assembly: PnP.Framework.dll
Syntax
public class XmlEqualityResult : object
Properties
ErrorMessage
Gets or sets a descriptive error message if the match failed.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
|
Remarks
If set to null or not set the default Error Message is returned.
FailObject
Gets or sets the object that failed the match
Declaration
public XObject FailObject { get; set; }
Property Value
XObject
|
Success
Gets whether the match was successful
Declaration
public bool Success { get; }
Property Value
System.Boolean
|