Namespace: Dapfor.Net.FormatsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool Equals(
StringFormat format
) |
| Visual Basic |
|---|
Public Function Equals (
format As StringFormat
) As Boolean |
| Visual C++ |
|---|
public:
bool Equals(
StringFormat^ format
) |
| F# |
|---|
member Equals :
format : StringFormat -> bool
|
Parameters
- format
- Type: Dapfor.Net.Formats..::..StringFormat
The format.
Return Value
Type:
Boolean
true if the specified
StringFormat is equal to the current
StringFormat; otherwise, false.
See Also