ArcFM Responder Mobile Developer Guide
IsEqualBytes Method






Syntax
'Declaration
 
Public Shared Function IsEqualBytes( _
   ByVal x() As System.Byte, _
   ByVal y() As System.Byte _
) As System.Boolean
'Usage
 
Dim x() As System.Byte
Dim y() As System.Byte
Dim value As System.Boolean
 
value = PersistentCacheObject.IsEqualBytes(x, y)
public static System.bool IsEqualBytes( 
   System.byte[] x,
   System.byte[] y
)
public function IsEqualBytes( 
    x: System.Bytearray of;
    y: System.Bytearray of
): System.Boolean; static; 
public static function IsEqualBytes( 
   x : System.byte[],
   y : System.byte[]
) : System.boolean;
public: static System.bool IsEqualBytes( 
   System.byte[]* x,
   System.byte[]* y
) 
public:
static System.bool IsEqualBytes( 
   System.array<byte>^ x,
   System.array<byte>^ y
) 

Parameters

x
y
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PersistentCacheObject Class
PersistentCacheObject Members

Send Feedback