 | RefURIAttributeTypeUriReferencesAreEqual Method |
Determines, if the provided refUri is equal to the attributes value
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool UriReferencesAreEqual(
string refUri
)
Public Function UriReferencesAreEqual (
refUri As String
) As Boolean
public:
bool UriReferencesAreEqual(
String^ refUri
)
Parameters
- refUri String
- The refUri value
Return Value
Booleantrue, if the Uri values are equal;
false otherwise.
See Also