| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Determines whether the specified Object is equal to the current Object.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public override bool Equals(
Object obj
)VB
Public Overrides Function Equals (
obj As Object
) As BooleanC++
public:
virtual bool Equals(
Object^ obj
) overrideF#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Type: Boolean
Type: Boolean
true if the specified Object is equal to the current Object; otherwise,
Type: Boolean
false.
CommandLineParser Class Library V2.6
| Back | FazBrowse Home | New Git URL |