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