Skip to content

OSPatch.Equals Method (Object)

Compares two instances of OSImage class for equality.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public override bool Equals(
    Object obj
)

VB

Public Overrides Function Equals ( 
    obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
The other object to compare against.

Return Value

Type: Boolean
True if the other object is an OSImage object and the two OSImage objects represent the same application in AppDNA.

See Also

Reference

OSPatch Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?