Namespace:
Altova.RaptorXml.Xml.Dtd
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.11.0.0 (1.0.0.0)
Syntaxpublic static bool operator <(
Dtd left,
Dtd right
)
Public Shared Operator < (
left As Dtd,
right As Dtd
) As Boolean
public:
static bool operator <(
Dtd^ left,
Dtd^ right
)
Parameters
- left
- Type: Altova.RaptorXml.Xml.DtdDtd
- right
- Type: Altova.RaptorXml.Xml.DtdDtd
Return Value
Type:
Boolean
See Also