ScreenField.Equals Method

Definition

Overloads

Equals(ScreenField)
Equals(Object)
Equals(ScreenField, ScreenField)

Equals(ScreenField)

public:
 bool Equals(Microsoft::HostIntegration::SNA::Session::ScreenField ^ rightHandSide);
public bool Equals (Microsoft.HostIntegration.SNA.Session.ScreenField rightHandSide);
override this.Equals : Microsoft.HostIntegration.SNA.Session.ScreenField -> bool
Public Function Equals (rightHandSide As ScreenField) As Boolean

Parameters

rightHandSide
ScreenField

Returns

Boolean

Applies to

Equals(Object)

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Boolean

Applies to

Equals(ScreenField, ScreenField)

public:
 static bool Equals(Microsoft::HostIntegration::SNA::Session::ScreenField ^ leftHandSide, Microsoft::HostIntegration::SNA::Session::ScreenField ^ rightHandSide);
public static bool Equals (Microsoft.HostIntegration.SNA.Session.ScreenField leftHandSide, Microsoft.HostIntegration.SNA.Session.ScreenField rightHandSide);
static member Equals : Microsoft.HostIntegration.SNA.Session.ScreenField * Microsoft.HostIntegration.SNA.Session.ScreenField -> bool
Public Shared Function Equals (leftHandSide As ScreenField, rightHandSide As ScreenField) As Boolean

Parameters

leftHandSide
ScreenField
rightHandSide
ScreenField

Returns

Boolean

Applies to