Click or drag to resize

QNameMappingEquals Method

Checks whether this is equal to another Object.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to test against.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.QNameMapping.Equals(System.Object)"]

See Also