M_CommandLine_Error_Equals - adutton/commandline GitHub Wiki
Returns a value that indicates whether the current instance and a specified Error have the same value.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool Equals(
Error other
)VB
Public Function Equals (
other As Error
) As BooleanC++
public:
virtual bool Equals(
Error^ other
) sealedF#
abstract Equals :
other : Error -> bool
override Equals :
other : Error -> bool
- other
- Type: CommandLine.Error
The Error instance to compare.
Type: Boolean
Type: Boolean
true if this instance of Error and other have the same value; otherwise,
Type: Boolean
false.