JsonLdTermDefinitionEquivalentTo Method |
Determines whether this term definition is the same as another term definition in all respects other than its
Protected attribute value.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool EquivalentTo(
JsonLdTermDefinition other
)
Public Function EquivalentTo (
other As JsonLdTermDefinition
) As Boolean
Parameters
- other
- Type: VDS.RDF.JsonLdJsonLdTermDefinition
Return Value
Type:
BooleanTrue if the term definitions are the same in all respects other than the value of
Protected, false otherwise.
See Also