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