| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
Type: Boolean
Type: Boolean
true if this instance of NotParsed(T) and other have the same value; otherwise,
Type: Boolean
false.
CommandLineParser Class Library V2.6
| Back | FazBrowse Home | New Git URL |