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