Equals Method
Equals(SvgClip)
Determines whether the specified SvgClip is equal to this instance.
Declaration
public bool Equals(SvgClip other)
Public Function Equals(other As SvgClip) As Boolean
Parameters
Type |
Name |
Description |
SvgClip |
other |
|
Returns
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides