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