API Reference
Class
HtmlCapabilityGalleryCheck
Result of an executed check, rather than an unexecuted capability expectation.
Inheritance
- Object
- HtmlCapabilityGalleryCheck
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public HtmlCapabilityGalleryCheck(String name, Boolean passed, String detail) #Creates a named check with its observed result and explanation.
Parameters
- name System.String
- passed System.Boolean
- detail System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object