Click or drag to resize

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
)

Parameters

other
Type: VDS.RDF.JsonLdJsonLdTermDefinition

Return Value

Type: Boolean
True if the term definitions are the same in all respects other than the value of Protected, false otherwise.
See Also