Determines whether the specified StringConverter is equal to the current StringConverter.

Namespace: Dapfor.Wpf.Converters
Assembly: 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