This document is archived and information here might be outdated. Recommended version. |
The text used for 'equals', i.e., ' = ' in 1 inch = 5 miles.
[Visual Basic .NET]
Public Property Equals As String
[C#]
public string Equals {get; set;}
[C++]
HRESULT get_Equals(
BSTR Text
);
[C++]
HRESULT put_Equals(
System.String* Text
);
[C++] Parameters Text [in]
Text is a parameter of type BSTR Text [out, retval]
Text is a parameter of type BSTR*