ScreenRecorderCodecsEquals Method (ScreenRecorderCodecs) |
Equals
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic bool Equals(
ScreenRecorderCodecs other
)
Public Function Equals (
other As ScreenRecorderCodecs
) As Boolean
Dim instance As ScreenRecorderCodecs
Dim other As ScreenRecorderCodecs
Dim returnValue As Boolean
returnValue = instance.Equals(other)
abstract Equals :
other : ScreenRecorderCodecs -> bool
override Equals :
other : ScreenRecorderCodecs -> bool
public final boolean Equals(
ScreenRecorderCodecs other
)
public final function Equals(
other : ScreenRecorderCodecs
) : boolean
Parameters
- other
- Type: CSScreenRecorderScreenRecorderCodecs
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also