Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.Equals Method
Determines whether a specified object is an instance of SemanticValue and equal to the current instance of SemanticValue.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As SemanticValue
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
The object to evaluate.
Return Value
Type: System.Boolean
true if the specified Object is equal to the current SemanticValue object; otherwise, false.