Skip to content

Server.Equals Method (Server)

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 bool Equals(
    Server other
)

VB

Public Function Equals ( 
    other As Server
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.Server
The other server to compare against.

Return Value

Type: Boolean
True if the two server objects represent the same server in AppDNA.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Server Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?