Skip to content

Server.Equals Method (Object)

Compares two server tokens 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 a server object and the two server objects represent the same server in AppDNA.

See Also

Reference

Server Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?