GraphicFrame
Equals Method (GraphicFrame)
|
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool Equals(
GraphicFrame value
)
Public Function Equals (
value As GraphicFrame
) As Boolean
public:
bool Equals(
GraphicFrame^ value
)
member Equals :
value : GraphicFrame -> bool
Parameters
-
value
-
Type:
Spire.Presentation.Drawing
GraphicFrame
Return Value
Type:
Boolean
See Also