TaskOutputKind.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(TaskOutputKind) |
Determinates whether this instance and another specified TaskOutputKind have the same value. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(TaskOutputKind)
- Source:
- TaskOutputKind.cs
Determinates whether this instance and another specified TaskOutputKind have the same value.
public bool Equals (Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind other);
override this.Equals : Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind -> bool
Public Function Equals (other As TaskOutputKind) As Boolean
Parameters
- other
- TaskOutputKind
The TaskOutputKind to compare to this instance.
Returns
true if the value of the other
parameter is the same as
the value of this instance; otherwise, false.
Implements
Applies to
Equals(Object)
- Source:
- TaskOutputKind.cs
Determines whether the specified object is equal to the current object.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.
Applies to
Azure SDK for .NET