Spread Silverlight Documentation
Equals(Margins) Method


The other Margin object.
Determines whether these margin settings are equal to another Margin object's settings.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As Margins _
) As System.Boolean
'Usage
 
Dim instance As Margins
Dim other As Margins
Dim value As System.Boolean
 
value = instance.Equals(other)
public System.bool Equals( 
   Margins other
)

Parameters

other
The other Margin object.

Return Value

true if the Margin objects are equal.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Margins Class
Margins Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.