ColorStringEquals(ColorString) Method
Determines whether the specified
ColorString is equal to this instance.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Function Equals (
colorString As ColorString
) As Boolean
Dim instance As ColorString
Dim colorString As ColorString
Dim returnValue As Boolean
returnValue = instance.Equals(colorString)
No code example is currently available or this language may not be supported.
- colorString ColorString
-
Another ColorString to compare to.
Boolean if the specified
ColorString is equal to this instance; otherwise,
.