Task Scheduler Managed Class Library
C#
Show/Hide TOC
Name
Value
Pair
Equals(Name
Value
Pair) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
bool
Equals
(
NameValuePair
other
)
Parameters
other
NameValuePair
An object to compare with this object.
Return Value
Boolean
true if the current object is equal to the
other
parameter; otherwise, false.
Implements
IEquatable
T
Equals(T)
See Also
Reference
NameValuePair Class
Equals Overload
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also