OSPatch.Equals Method (OSPatch)¶
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 bool Equals(
OSPatch other
)
VB¶
Public Function Equals (
other As OSPatch
) As Boolean
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.OSPatch
The other OSImage to compare against.
Return Value¶
Type: Boolean
True if the two OSPatch objects represent the same OSPatch in AppDNA.