|
Integer32.Equals(Integer32) Method
|
Indicates whether the current object is equal to another object of the same type.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
SyntaxPublic Function Equals (
other As Integer32
) As Boolean
public:
virtual bool Equals(
Integer32^ other
) sealed
View SourceParameters
- other Integer32
- An object to compare with this object.
Return Value
BooleanField Value
Booleantrue if the current object is equal to the
other parameter; otherwise,
Field Value
Booleanfalse.
Implements
IEquatable<T>.Equals(T)
See Also