Click or drag to resize

RefURIAttributeTypeUriReferencesAreEqual Method

Determines, if the provided refUri is equal to the attributes value

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool UriReferencesAreEqual(
	string refUri
)

Parameters

refUri  String
The refUri value

Return Value

Boolean
true, if the Uri values are equal; false otherwise.
See Also