ShadingEquals Method (Shading) |
Determines whether the specified Shading is equal in value to the current Shading.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool Equals(
Shading rhs
)
Public Function Equals (
rhs As Shading
) As Boolean
public:
bool Equals(
Shading^ rhs
)
member Equals :
rhs : Shading -> bool
Parameters
- rhs
- Type: Aspose.WordsShading
Return Value
Type:
Boolean
See Also